> For the complete documentation index, see [llms.txt](https://agodefi.gitbook.io/ago-defi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agodefi.gitbook.io/ago-defi/presentation/roadmap.md).

# Roadmap

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

**AGO listing:** Token listing through a decentralized pool.&#x20;

**Listing on external platforms:** Token listing through partner platforms.&#x20;

**Implementation of decentralized governance:** Our Decentralized Autonomous Organization (DAO) will allow users to vote and decide on key project developments. \
Learn more -> [Governance](/ago-defi/ecosystem/governance-dao.md)

**Liquidity pool and staking:** Earn yields and voting power directly via the app.  \
Learn more -> [Liquidity providing/AMM](/ago-defi/services/liquidity-providing-amm.md)

**Launch of mobile app:** The best way to achieve mass adoption. \
Learn more -> [Mobile app](/ago-defi/services/mobile-app.md)

**New chains:** Currently available on BSC (for scalability and network) and Ethereum (for fundamentals and liquidity). Different chains will be supported in future, mainly Ethereum's layer 2s.&#x20;

**AGO launchpad:** A platform dedicated to a project's financing through a private token sale. Usually, long-term holders receive the best allocations!&#x20;

**Crypto ETF:** We use "ETF" to keep it simple. We aim to provide an asset that's free to create, representing different underlying assets, backed 1:1 on-chain. E.g. A token representing 33% ARB, 33% OP and 33% MATIC, with a daily pool adjustment.&#x20;

**Crypto loans:** Mechanisms for users to lend and borrow crypto, in a fully decentralized way.&#x20;

**Real estate/Equity tokenization:** Tokenization allows us to split the value of an asset into fractions, represented by multiple tokens (such as NFTs).&#x20;

**Example:** A $100 000 house can be divided into 1 000 tokens, each with a value of $100. If you own 10 tokens, you'll own 1% of the house.&#x20;


---

# 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://agodefi.gitbook.io/ago-defi/presentation/roadmap.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.
