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

# Dexi Terminal

Dexi's terminal can be used to review, monitor, and analyze asset information within the AO ecosystem.

## How to Use the Terminal

1. You can access Dexi terminal through [dexi.defi.ao](https://dexi.defi.ao).
2. On the site, you'll find the discovery interface displaying tradable asset pairs and corresponding data. You can connect your wallet and add assets to your favorites to create a personalized watchlist.

<figure><img src="/files/sRgNQEDUvmY0uMVz6Aet" alt=""><figcaption></figcaption></figure>

3. After selecting an asset, you can explore specific details such as transaction data, price deviations, token holder information, liquidity pools, LP tokens, total supply, and volume.
4. You can also use standard charting tools to analyze market trends and patterns.

<figure><img src="/files/JCxeK56RFgXNbtthI8ye" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Dexi allows you to execute swaps directly from the terminal through its Botega integration.&#x20;
{% endhint %}

### The Agent Tab on Dexi

The **Agent Tab** on Dexi acts as a discovery hub and a seamless, plug-and-play interface for integrating agents into your projects. Think of agents as the equivalent of APIs in the Web 2.0 world: they provide specific functionalities that can be quickly integrated into applications with just a few clicks.

* **Agent Discovery**: If you're looking to enhance your application with new features, you can browse the Agent Tab to find pre-built agents that suit your needs. These agents are ready to be integrated and operate as autonomous processes, offering various functionalities within your app.
* **Agent Listing for Builders**: As a builder or product developer, you can list agents that operate within your app, allowing others to use these agents to extend their own applications. This opens up new opportunities for collaboration and functionality-sharing between developers.
* **Future Features**: The Agent Tab will evolve to include automatic agent composition, advanced metrics, and external funding options, further expanding the ways agents can be utilized and customized in applications.

<figure><img src="/files/3rPBxDN0ncyeXQS1jJqk" alt=""><figcaption></figcaption></figure>


---

# 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.autonomous.finance/products/platforms/dexi/dexi-terminal.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.
