# Roadmap

Our development follows a strategic progression toward building TrenOS, the first AI-powered operating system for DeFi. Each phase represents progression toward full protocol autonomy through specialized AI agents that manage borrowing parameters, risk assessment, and protocol operations.

The roadmap traces our path from core protocol deployment to a fully autonomous system. With our borrowing protocol proven through comprehensive testing and security audits, we now focus on integrating the AI agent network that will automate protocol management without human intervention.

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

#### Testnet (Done)&#x20;

Deployment and testing of the borrowing protocol in a public testnet environment.

* Protocol deployment on Sepolia
* Closed access testing and feedback from community
* Audit by Omnisica

#### Devnet Phase 1 (Done)

Expansion of core protocol functionality with advanced features in development environment.

* LP token support
* Vault tokens support
* Custom price feed implementations
* Leverage hooks
* Flash repay hook
* Flash minting
* Audits by Zokyo & Halborn

#### Devnet Phase 2 (Done)&#x20;

Integration of AI agent network in a staged testnet environment synced to Base's mainnet for testing with live price data.

* Interest rate agent
* Asset risk analyst agent
* XY manager agent
* Collateral manager agent
* Peer to Agent Loans

#### Mainnet&#x20;

Initial launch of Tren Finance protocol on mainnet with core features and functioning AI agents.

* TREN community sale and TGE
* XY TGE
* Launch of liquidity pools
* Tren Finance (Peer-to-Protocol) Mainnet launch on Base
* Malone (Peer-to-Agent) Mainnet Launch with support for ERC20 tokens on Base
* Compensation plan for users of SSL program

#### Post-Mainnet Expansion Phase 1

Scaling TrenOS infrastructure and core agent capabilities with multi-chain deployment and enhanced user experience features.

* Multi-chain deployment focusing on Layer 2 solutions with high DeFi activity
* XY Native token bridging across multiple chains
* Treasury agent deployment for protocol fund management
* Support for vested streams as collateral for Malone
* Notification system for Malone to alert users of position changes

#### Post-Mainnet Expansion Phase 2

Advanced agent network integration and external protocol connectivity to establish TrenOS as the operating system for DeFi.

* Ecosystem agent launch for cross-protocol coordination
* Developer SDK & API for third-party integration with the AI agent network
* Predictive liquidation prevention agent
* Support for NFTs as collateral for Malone
* Custom DeFi LLM training for enhanced agent decision-making


---

# Agent Instructions: 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:

```
GET https://docs.tren.finance/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
