> For the complete documentation index, see [llms.txt](https://docs.silverswap.io/silverswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silverswap.io/silverswap/faqs/markdown.md).

# General Questions & FAQ

**1. Questions about SilverSwap and $AG?** See below!

**2. Is there an audit?** Yes, we were **audited by Hashlock**, you can check out their audits for SilverSwap [here](https://hashlock.com/audits/silverswap).

**3. When was $AG launched?** $AG was launched on December 18, 2024, and farms launched on December 24, 2024.

**4. What was the starting price?** **$0.90**

**5. How can I transfer funds from BSC or other chains?** Bridging funds to the Sonic Network is easy as can be through providers like [Stargate](https://stargate.finance/bridge), [Squid Router](https://www.squidrouter.com/), or [Wormhole](https://portalbridge.com/).

**6. How does the presale airdrop work?**  Presale participants receive 0.75% of their total presale allocation beginning on December 19, 2024.

**7. How can I easily track all of my holdings?** Put your wallet address on [Debank](https://debank.com/).

**8. Where can I buy $AG tokens?** [Here](https://silverswap.io/chain/sonic/swap?token2=0x005851f943ee2957B1748957F26319e4f9EdeBC1).

**9. What if an Auction is left unbid for the entire 12-hour period?** Any auctions that are not bid on will roll-over the fees allocated to them into the next 12-hour period.

**10. Can more auction types be built for SilverSwap?** Yes, the SilverSwap team is committed to building an ever growing suite of use-cases for $AG and how it gets burned<br>


---

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