# Season 0 features

{% hint style="info" %}
**Status:** Live on Base (private beta).
{% endhint %}

### Feature set (at a glance)

| Feature                  | What it does                                         | Status |
| ------------------------ | ---------------------------------------------------- | ------ |
| Atomic execution         | Bundle multi-step actions into one transaction hash. | Live   |
| User asset center        | Unified view of idle assets and active positions.    | Live   |
| Daily investment reports | Daily summaries and alerts tailored to holdings.     | Live   |
| XP leaderboard & ranking | Reward real on-chain activity during beta.           | Live   |
| MCP configuration        | Advanced control over tool parameters.               | Live   |

### Atomic execution & node optimization

Execute complex strategies in a single transaction hash. The system is optimized for reliability.

* **Speed:** \~1 minute from intent to on-chain confirmation.
* **Supported actions:** swaps, LP add/remove, gauge interactions.

### User asset center

A unified view of your portfolio.

* Idle Assets: Real-time balances of tokens like USDC, ETH, AERO
* Active Positions: Live tracking of LP positions with separate valuation from idle cash

### Daily investment reports

Automated daily reports delivered every morning. They are tailored to your holdings.

* Market trends.
* Pool performance for positions you hold.
* Risk alerts.

### XP leaderboard & ranking

Rewards economic activity, not passive farming. Tracks real on-chain activity during beta.

Typical metrics:

* Volume.
* Consistency.
* Successful strategy execution.

### MCP configuration

Advanced users can configure MCP tool parameters. This provides granular control over data access and execution inputs.

### Next steps

* Deep dive into [Real-time analytics](https://aeronavigator.gitbook.io/aeronavigator-by-netmind/product/real-time-analytics).
* Turn insights into action with [Continuous automation](https://aeronavigator.gitbook.io/aeronavigator-by-netmind/product/continuous-automation).


---

# 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://aeronavigator.gitbook.io/aeronavigator-by-netmind/product/season-0-features.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.
