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

# Ecosystem

### CEXs

* [Meer Exchange](https://meer.kg/en)
  * support of daily A7A5 % distribution ✅
* new CEXs coming soon

### DEXs

On the DEXs you can trade wA7A5 that can be easily unwrapped into A7A5 on the "[Manage A7A5](https://a7a5.io/manage?section=wrap)" page of our website. Read more about wA7A5 [here](/a7a5-token/wa7a5.md).

* [A7A5 interface](https://a7a5.io/trade_and_earn) (A7A5, Tron, Ethereum)

{% hint style="success" %}
The number of products and use cases for A7A5 is growing. If you are developing a product that uses A7A5, [contact us](https://www.a7a5.io/contact_us) — we will consider adding your product to the Ecosystem page.
{% endhint %}

{% hint style="warning" %}
Please always double-check the smart contract addresses before making a token purchase. You can find the smart contract addresses [here](/a7a5-token/token-contracts.md).
{% endhint %}


---

# 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.a7a5.io/introduction-to-a7a5/ecosystem.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.
