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

# Q & A

**1. What is BeeDex?**

<mark style="color:orange;">BeeDex</mark> is a decentralized exchange (DEX) built on the Loop Network. It allows users to swap tokens, manage liquidity, track their portfolios, and explore transaction and pool data—all in a secure and user-friendly environment.

***

**2. What features does&#x20;**<mark style="color:orange;">**BeeDex**</mark>**&#x20;offer?**

BeeDex provides the following key features:

* **Token Swapping**: Seamlessly exchange tokens directly from your wallet.
* **Liquidity Management**: Add or remove liquidity to earn rewards from transaction fees.
* **Portfolio Tracking**: Monitor your liquidity positions, pool shares, and earnings.
* **Explore**: Access real-time data on token pairs, pools, and transactions for strategic decision-making.

***

**3. What fees does&#x20;**<mark style="color:orange;">**BeeDex**</mark>**&#x20;charge?**

BeeDex charges a small transaction fee of **0.16%** for every trade:

* **80%** of the fee goes to liquidity providers as a reward for supporting the pool.
* **20%** goes to the BeeDex platform to sustain and improve its services.

***

**4. Is BeeDex secure?**

Yes, BeeDex is designed with robust security in mind. It utilizes smart contracts that have been carefully audited to ensure reliability and safety for all users.

***

**5. What tokens can I trade on BeeDex?**

BeeDex supports all tokens available on the Loop Network. If a token isn’t listed, users can easily import it by providing the token’s contract address.

***

**6. How do I get started with BeeDex?**

To start using BeeDex:

1. Connect your crypto wallet (e.g., MetaMask).
2. Ensure you have Loop Network tokens for transaction fees.
3. Begin swapping tokens, adding liquidity, or exploring token pairs.

Visit the **Getting Started** section for detailed instructions.

***

**7. How do liquidity providers earn rewards?**

Liquidity providers earn a share of the transaction fees generated within their liquidity pools. Rewards are distributed proportionally based on their share of the pool.

***

**8. Can I track my investments on BeeDex?**

Yes, the **Portfolio** page lets you monitor your liquidity positions, pool shares, and earnings. It also provides tools to add or remove liquidity directly from your dashboard.

***

**9. How is BeeDex different from centralized exchanges?**

Unlike centralized exchanges:

* BeeDex does not hold your funds; you trade directly from your wallet.
* All transactions are recorded on the blockchain, ensuring transparency.
* BeeDex provides full control over your assets without relying on intermediaries.

***

**10. Can I see real-time data on BeeDex?**

Yes, the **Explore** page offers real-time insights into token pairs, liquidity pools, and transactions. This transparency helps users make informed trading and liquidity decisions.

***

**11. What is the role of liquidity pools on BeeDex?**

Liquidity pools are the foundation of BeeDex. They enable token swaps by providing the required liquidity. Users who contribute to these pools earn fees and rewards.

***

**12. Are there risks associated with providing liquidity?**

Providing liquidity involves risks, such as **impermanent loss**, which occurs due to price changes in the tokens within a pool. Users should assess the risks and rewards before contributing.

***

**13. Does BeeDex provide customer support?**

Yes, if you have questions or need assistance, you can reach out to us via our **Contact Us** page or join our community on social media platforms like Discord or Twitter.

***

**14. How is BeeDex contributing to the Loop Network ecosystem?**

As the first dedicated DEX on the Loop Network, BeeDex drives liquidity, supports token adoption, and provides users with tools to participate in decentralized finance (DeFi) seamlessly.


---

# 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://beedex.gitbook.io/home/contact/knowmore.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.
