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

# User Guides

- [Our Utility](https://docs.soulswap.finance/docs/user-guides/our-utility.md): Not every token serves a purpose, but our SOUL powers the entire ecosystem, we review how.
- [Fee Sharing](https://docs.soulswap.finance/docs/user-guides/our-utility/fee-sharing.md): Our exchange fees go towards both buying back and burning SOUL and adding to permanent liquidity of the SOUL-NATIVE pair, in order to establish deeper liquidity on each of our blockchains.
- [iOS Mobile Premium](https://docs.soulswap.finance/docs/user-guides/our-utility/ios-mobile-premium.md)
- [Our Exchange](https://docs.soulswap.finance/docs/user-guides/exchange.md): SoulSwap's exchange allows anyone to be able to swap cryptocurrencies and provide liquidity without KYC or third party involved, allowing for a smooth, effortless experience.
- [Swapping Tokens](https://docs.soulswap.finance/docs/user-guides/exchange/swapping-tokens.md): The swap interface allows anyone to exchange one cryptocurrency into another cryptocurrency without KYC or third party involved, allowing for a smooth, effortless experience.
- [Providing Liquidity](https://docs.soulswap.finance/docs/user-guides/exchange/providing-liquidity.md): Providing liquidity is simplified by our sleek, user-friendly interface where end users may provide liquidity in a decentralized manner to our community-owned exchange.
- [Our Incentives](https://docs.soulswap.finance/docs/user-guides/rewards.md): Farms are where you are able to deposit your LP token(s), you received from providing liquidity, to earn SoulSwap's native utility token -- SOUL.
- [Liquidity Mining](https://docs.soulswap.finance/docs/user-guides/rewards/how-to-use-the-farms.md): SoulPower is farm by our liquidity providers as they provide the lifeblood of the Soul Ecosystem. We've designed a way to provide rewards to our summoners while minimizing instability.
- [Soul Staking](https://docs.soulswap.finance/docs/user-guides/rewards/staking.md): SeanceCircle (SEANCE) is the place you want to go when you want to HODL while earning. Deposit your SOUL to receive SEANCE in return, which may be used to interact with our DeFi Suite.


---

# 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.soulswap.finance/docs/user-guides.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.
