> 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/faqs.md).

# FAQs

**FAQs for SFI Testnet Launch**

**1. What is the purpose of the SFI Testnet?**

The SFI Testnet allows users and developers to explore the functionalities of the Singularity Finance ecosystem, provide feedback, and participate in gamified challenges. It’s a vital step in preparing for the mainnet launch, ensuring the platform is robust, secure, and user-friendly.

***

**2. Who can participate in the testnet?**

The testnet is open to everyone, including developers, crypto enthusiasts, and users interested in testing decentralized financial solutions.

***

**3. Do I need real funds to participate in the testnet?**

No, the testnet uses test tokens that have no real monetary value. These tokens can be acquired through our faucet

***

**4. How do I earn rewards during the testnet?**

Participants can earn rewards by:

* Completing tasks in the gamified challenges (e.g., streaks, points).
* Reporting bugs or providing valuable feedback.
* Actively testing features like swaps, bridging, and transfers.

Top contributors will receive special recognition and possible incentives in future mainnet launches.

***

**6. What gamification elements are included in the testnet?**

Gamification features include:

* Points for activities
* Leaderboards to showcase top performers.
* Exclusive testnet-only rewards for participation milestones.

***

**8. What blockchain standards and protocols are supported?**

The SFI Testnet is built on OP STack and supports ERC standards to ensure compatibility and flexibility within the Ethereum ecosystem and Layer-2 scalability.

***

**9. Will my testnet activity impact the mainnet?**

No, your testnet activity will not affect the mainnet. However, active and constructive participation in the testnet will help us do a smooth mainnet launch.

***

**10. What is the timeline for the testnet?**

The testnet will run for 3 months, starting on 30th Dec. The timeline may be changed based on user engagement and the other needs.

***

**11. Where can I get updates about the testnet?**

Stay updated through:

* The official Singularity Finance website.
* Our Twitter and Telegram channels.

***

**12. Will there be a Grant Program ?**

Yes, a grant program will reward builders who commit to building on the network. Details will be announced on our website and social channels.

***

**13. Can I invite others to join the testnet?**

Absolutely! We encourage you to invite others to participate. Building a strong community is essential for the success of the testnet and future ecosystem.

***

**14. How will the testnet help prepare for the mainnet?**

The testnet allows us to:

* Identify and fix bugs.
* Gather user feedback for improvements.
* Test scalability, security, and performance.
* Ensure all core features are functioning as intended.


---

# 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/faqs.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.
