# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
