# App Roadmap

#### Delivered <a href="#id-2186de5b-9e88-48fe-83dd-a16ef91d064b" id="id-2186de5b-9e88-48fe-83dd-a16ef91d064b"></a>

* Five-dimensional risk scoring engine with Intelligence Score
* ERC-4626 vault deployed on Base Sepolia with full deposit/withdraw lifecycle
* Four strategy adapters: Aave, Compound, Uniswap V3, Aerodrome
* Keeper-based autonomous rebalancing with on-chain execution
* Mandate enforcement system with compliance checking and versioning
* Decision logging with full rationale and execution details
* Progressive access tiers — wallet-based and token-based ($RAX on Base)
* Simulation engine for testing vault behavior under various conditions
* Dashboard with risk analytics, exposure analysis, protocol status, and activity feed
* Emergency stop mechanism with automatic pause on critical conditions

#### In Progress <a href="#id-4f56bfab-5695-4d7d-afd1-edf00f663627" id="id-4f56bfab-5695-4d7d-afd1-edf00f663627"></a>

* RaxBot as standalone autonomous process with scheduled decision cycles
* LLM-powered explanation provider replacing template-based rationale
* Notification layer for decision alerts (Telegram, webhooks)
* Formal smart contract audit
* Mainnet deployment preparation

#### Planned <a href="#id-5fab6e69-09df-4547-b032-6aad4ac75513" id="id-5fab6e69-09df-4547-b032-6aad4ac75513"></a>

* Public API with authentication, rate limiting, and versioning
* Multi-chain support beginning with Ethereum mainnet and Arbitrum
* Staking mechanism for $RAX with multiple lock durations
* Governance framework and DAO structure
* Additional strategy adapters for new protocols
* Risk oracle for external protocol and DAO integration
* Cross-chain allocation and monitoring
* Bug bounty program


---

# 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.raxprotocol.xyz/roadmap/app-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.
