> For the complete documentation index, see [llms.txt](https://docs.sonex.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonex.so/about-us/faq.md).

# FAQ

**What is SONEX?**

SONEX is a decentralized exchange (DEX) that operates on the **Soneium** blockchain. It allows users to trade digital assets seamlessly while maintaining control of their funds through non-custodial wallets.

**How do I trade on SONEX?**

To trade on SONEX, you need to connect a supported non-custodial wallet, such as MetaMask or WalletConnect, to the platform. Once connected, you can browse the available trading pairs and execute trades.

**Is SONEX safe?**

Yes, SONEX is a non-custodial DEX, which means you maintain full control of your private keys and assets. We do not store or manage any user funds. Additionally, we implement robust security measures to protect the platform from vulnerabilities.

**What fees are associated with trading on SONEX?**

SONEX charges minimal trading fees, which vary depending on the specific blockchain network used. Liquidity providers may also collect a small fee for providing liquidity in pools.

**How can I earn rewards on SONEX?**

You can earn rewards through staking your assets in our liquidity pools or participating in special campaigns, such as liquidity mining or governance activities.


---

# 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.sonex.so/about-us/faq.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.
