# Swap Program

## *Swap*

Before using automated market makers (AMM), ensure you understand their functions and potential risks.

1. **Access Swap in NUMINE App**
2. **Choose the Source and Destination Tokens**
   * From the upside menu, select the token you're swapping and In the downside menu, pick the token you want in return.
   * Input the amount of the source token to swap.
3. **Review and Swap**
   * Check the estimated destination token amount.
   * If satisfied with the details, hit the "Swap" button.

## *Swap FAQ* <a href="#swap-faq" id="swap-faq"></a>

***

**How does Swap work?**

Swap utilizes the UniswapV2 protocol, a decentralized system for automated liquidity on Ethereum.&#x20;

It facilitates token trading without order books, and liquidity providers earn fees.

**Is there a fee for swapping tokens?**

No, NUMINE Network treats fees as a donation.

**How can I provide liquidity?**

* TBA

**What risks come with AMMs like Swap?**

AMMs(automated market makers) can be efficient but may pose risks like impermanent loss, especially for liquidity providers. Always research and understand these risks before any transactions.


---

# 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.numine.io/numine-ecosystem/swap-program.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.
