# Quickstart

This quickstart introduces the core workflows of RAX Protocol and helps you get value from the system within minutes.

RAX can be used in multiple ways depending on your role and objectives. The paths below outline the most common entry points.

***

#### Option 1: Explore in Demo Mode <a href="#c383071e-a155-40cf-a139-0a690615fbcc" id="c383071e-a155-40cf-a139-0a690615fbcc"></a>

Start here if you want to understand what RAX does before connecting a wallet.

1. Visit the RAX application
2. Select Demo Mode from the landing page — no wallet required
3. Explore the Risk Overview dashboard: global risk metrics, protocol status, AI market signals
4. Navigate to Exposure Analysis to see how capital is distributed across protocols and assets
5. Run a Simulation to see how the autonomous vault would behave over time

Demo Mode provides full access to the interface with simulated data.

***

#### Option 2: Analyze Risk and Exposure <a href="#id-411ad3ef-66e6-4878-9e98-d197e180716b" id="id-411ad3ef-66e6-4878-9e98-d197e180716b"></a>

Use this path if you want to understand DeFi risk conditions.

1. Open the Risk Overview dashboard
2. Review the overall Risk Score and its component dimensions
3. Check protocol-level status for Aave, Compound, Uniswap, and Aerodrome
4. Navigate to Exposure Analysis to identify concentration across protocols and asset classes
5. Review alerts for any active risk warnings

This workflow is useful for gaining situational awareness before making capital decisions.

***

#### Option 3: Allocate Capital Through the Vault <a href="#id-9d887b83-d773-4fc2-85ae-135b91c6a6ac" id="id-9d887b83-d773-4fc2-85ae-135b91c6a6ac"></a>

Use this path to actively manage capital with AI assistance.

1. Connect your wallet (Base Sepolia testnet)
2. Configure a Mandate — define your risk tolerance, protocol exposure limits, liquidity thresholds, and rebalance rules
3. Deposit USDC into the vault
4. Review AI-generated allocation proposals in the Allocation Engine
5. Approve, reject, or enable auto-execution for proposed rebalances
6. Monitor decisions in the Decision History

***

#### Option 4: Enable Autonomous Mode <a href="#id-5659d57a-2795-4c90-9c88-3e3d282eac09" id="id-5659d57a-2795-4c90-9c88-3e3d282eac09"></a>

For users ready to let the system operate independently within constraints.

1. Complete Option 3 (mandate configured, capital deposited)
2. Enable Auto-Execute in your mandate settings
3. RaxBot will begin running decision cycles automatically
4. Monitor notifications for rebalances, emergency stops, and pending approvals
5. Adjust the mandate as conditions change — the system adapts on the next cycle

Autonomous Mode requires the Power tier ($RAX token holding).

***

#### What to Explore Next <a href="#e9c59e70-4221-444f-a37e-4936d424155e" id="e9c59e70-4221-444f-a37e-4936d424155e"></a>

After completing the quickstart, we recommend:

* **Risk Score** to understand how risk is measured and what the dimensions mean
* **Exposure vs Allocation** to learn how concentration affects portfolio risk
* **Allocation Engine** to see how strategies and constraints interact
* **AI-Managed Vault** to understand the on-chain architecture
* **Security & Risk Disclosures** to understand system limits and assumptions

***

#### Important Notes <a href="#id-727e54d3-52c2-4e60-984b-8863ccef5663" id="id-727e54d3-52c2-4e60-984b-8863ccef5663"></a>

* RAX provides risk intelligence and decision support, not financial advice
* Risk scores and simulations are based on models and assumptions that may not hold under extreme conditions
* The current deployment is on Base Sepolia testnet — testnet tokens have no monetary value
* All capital decisions remain the responsibility of the user


---

# 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/start-here/quickstart.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.
