# Learn

- [How SafeSwap Works](https://docs.safeswap.io/learn/how-safeswap-works.md): The process of swapping native tokens from Wallet A on Blockchain X to Wallet B on Blockchain Y.
- [SHA Token](https://docs.safeswap.io/learn/sha-token.md): The SHA token is the primary utility token for both SafeSwap and the broader Safe Haven ecosystem.
- [Fee Structure](https://docs.safeswap.io/learn/fee-structure.md)
- [Fee Distribution](https://docs.safeswap.io/learn/fee-distribution.md)
- [SafeNodes](https://docs.safeswap.io/learn/safenodes.md): Owners of a SafeNode are given a share of all SafeSwap Fees.
- [Glossary](https://docs.safeswap.io/learn/glossary.md)


---

# Agent Instructions: 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:

```
GET https://docs.safeswap.io/learn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
