> For the complete documentation index, see [llms.txt](https://docs.singularityfinance.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.singularityfinance.ai/launch/testnet/setup-guide.md).

# Setup Guide

**Connecting to the Testnet via MetaMask:**

MetaMask, a widely-used Ethereum wallet, serves as the gateway for interacting with Singularity Finance’s Layer-2. Configuring MetaMask for Singularity Finance allows developers to connect directly to the L2 network, test smart contract interactions, and participate in the testnet campaign.

**Steps to Configure MetaMask:**

* Install MetaMask: Download and install the MetaMask extension or mobile app.
* Add Singularity Finance L2 to MetaMask:
  * Open MetaMask and navigate to "Settings" > "Networks."
  * Click "Add Network" and input the following details:
    * `Network Name: Singularity Finance Testnet`
    * `New RPC URL:`[`https://rpc-testnet.singularityfinance.ai`](https://rpc-testnet.singularityfinance.ai)
    * `Chain ID: 751`
    * `Currency Symbol: SFI`
    * `Block Explorer URL:` [`https://explorer-testnet.singularityfinance.ai`](https://explorer-testnet.singularityfinance.ai)

Save the Configuration: Once the network details are saved, you can switch to the Singularity Finance Testnet and begin interacting with the blockchain.

MetaMask enables developers to test transactions, sign messages, and manage SFI tokens in an intuitive and secure manner.

Ensure the correct chain ID and network parameters are entered.

**Requesting Test SFI Tokens:**

* Use the faucet available at[ https://faucet-testnet.singularityfinance.ai/](https://faucet-testnet.singularityfinance.ai/) to request test tokens.
* Tokens are distributed in limited amounts to ensure fairness and prevent abuse.
* If needed more reach out to the team

**Development Environment**

* Utilise tools like Hardhat or Truffle to deploy and interact with smart contracts.
* Use the testnet block explorer ( <https://explorer-testnet.singularityfinance.ai>) to monitor transactions and contracts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.singularityfinance.ai/launch/testnet/setup-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
