> 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/how-to-participate-in-the-sfi-testnet.md).

# How to Participate in the SFI Testnet

\
3\. Starting with the TestnetFollow these steps to start your journey on the SFI Testnet:Step 1: Log In with Your WalletConnect your wallet to the SFI Testnet. You’ll need this to interact with the network.Step 2: Get SFI TokensHead to the Faucet section.Request SFI tokens. You can claim tokens once per day.Note: SFI is the native token of our Layer-2 blockchain. It’s used for gas fees, similar to how ETH is used on Ethereum. Ensure you always have enough SFI. If you need more, ask our community for assistance.

**Step 3: Perform Transactions**

* Use your SFI tokens to send funds to others on the network.

**Step 4: Stake Your SFI**

1. First, convert SFI to wSFI (wrapped SFI):
   1. Visit the Swap page: <https://singularityfinance.ai/swap>.
   2. Exchange your SFI for wSFI.
2. Once you have wSFI, head to the Staking section:
   1. Choose the amount and duration of your stake.
   2. View details such as APR, staked tokens, and claimable rewards.
3. Manage your staking actions:
   1. Stake, unstake, or claim rewards at any time.

***

#### 4. Earning Points <a href="#id-4.-earning-points" id="id-4.-earning-points"></a>

**On-Chain Actions**

Earn points for completing actions on the testnet, such as:

* Staking, claiming and unstaking SFI
* Bridging SFI
* Using Swap

**Social Actions**

Earn additional points by completing social tasks. Check your Dashboard for details and progress tracking.

***

#### 5. Stay Updated <a href="#id-5.-stay-updated" id="id-5.-stay-updated"></a>

We’re constantly adding new activities and projects to the testnet. Keep an eye on announcements for the latest updates.

* Duration: The testnet will run for 3 months.
* Upcoming Projects: More features and projects will go live during this period.

***

#### 6. Support and Community <a href="#id-6.-support-and-community" id="id-6.-support-and-community"></a>

If you encounter any issues or have questions, reach out to our community for help. Our team and community members are always here to assist you.

***

Happy Testing! We’re excited to have you onboard the journey of Singularity Finance’s Layer-2 blockchain.


---

# 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/how-to-participate-in-the-sfi-testnet.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.
