> 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/learn/concepts/products-overview.md).

# Products Overview

Autonomous Finance offers a suite of products and development tools built on AO’s composable and scalable architecture. Our tools provide resources for process design, testing, and development, empowering developers across the AO ecosystem. Our products bootstrap the development of core financial infrastructure, ContentFi and AgentFi.&#x20;

<figure><img src="/files/5FsrXzxu2SzKAuPXGRt3" alt=""><figcaption></figcaption></figure>

## Platforms

Our core suite of platforms offers features such as asset creation, trading, programmable liquidity provision, and tools and resources for autonomous agent development.

<table><thead><tr><th width="199">Platform</th><th>Use Case</th></tr></thead><tbody><tr><td><a href="/pages/kTZQOSVjaXgSaSI71qK6">CoinMaker</a></td><td><ul><li>Easily create token assets with no coding experience and launch your tokens using Bodega's liquidity models. List your tokens on Dexi, update socials and liquidity lockups. </li></ul></td></tr><tr><td><a href="/pages/Zl28psoKYbD1jQOPYfZs">Botega</a></td><td><ul><li>Trade, swap, and create markets using Botega's liquidity models.</li><li>Execute trading strategies with advanced order types using Botega's autonomous agents. </li></ul></td></tr><tr><td><a href="/pages/xS0AaeLOM4dP2HAk13z8"><strong>Dexi</strong></a></td><td><ul><li>Access and subscribe to real-time market data aggregated from Botega and across the AO ecosystem through the Dexi terminal.</li><li>Build semi and fully autonomous agents that act on real-time market events using Dexi data signals, and monetize them on Dexi's marketplace.</li></ul></td></tr><tr><td><a href="/pages/zXZsq6PtdkIMmOC23Oyj">ao.link</a></td><td><ul><li>ao.link serves as a message explorer for the ao Network, offering functionalities similar to block explorers in conventional blockchain systems. It includes message compute capabilities, graphical visualization of message links for clarity, real-time message streaming for up-to-date information, and a list of linked messages for organized navigation.</li></ul></td></tr><tr><td><a href="/pages/B7UC3ejmMR6k7dkEETeh">data.os</a></td><td><ul><li>DataOS is a ContentFi protocol developed atop the AO Network, leveraging it for computing power and Arweave for data storage, creating a synergistic foundation for its operations. DataOS employs autonomous AI agents to source and regenerate content derivatives, aiming to foster engagement and fulfill the intent of consumers.</li></ul></td></tr><tr><td><a href="/pages/F9mXJZtQlODqO3dlPkyj">CoinBurn</a></td><td><ul><li>CoinBurn is a streamlined utility that tracks tokens sent to the designated burn address (0000000000000000000000000000000000000000000), permanently removing them from circulation. It provides a transparent, user-friendly way to monitor burned tokens.</li></ul></td></tr></tbody></table>

## Ecosystem Tooling

Autonomous Finance provides a comprehensive and integrated suite of tools designed to streamline the development, deployment, and management of decentralized financial applications on the AO platform. These tools empower developers to build sophisticated, AI-driven financial solutions!

{% content-ref url="/pages/yM8ljgi0YTWzm4u5iIcw" %}
[Ecosystem Tooling](/products/ecosystem-tooling.md)
{% endcontent-ref %}

## Agents

Autonomous Finance provides a range of existing and listed agents, which you can explore on Dexi [here](https://dexi.arweave.dev/#/?tab=agents). In addition, we offer research and open-source agents to help you get started. Check out our [DCA Agent research article](https://www.autonomous.finance/research/en-US/dca-agent) and find agents on [GitHub](https://github.com/autonomous-Finance/).

{% content-ref url="/pages/huZe4rzJ0np92rvZabUZ" %}
[Agents Architecture](/learn/concepts/agents-architecture.md)
{% endcontent-ref %}


---

# 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/learn/concepts/products-overview.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.
