> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runbookai.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The DeFi Strategy Marketplace on Solana

# RunBook AI

<Note>
  RunBook AI is currently under development. This documentation will evolve as we build toward launch.
</Note>

## The Problem

DeFi is full of opportunity, but broken in how it distributes expertise.

**Most users aren't strategists.** They can connect a wallet and swap tokens, but when it comes to LP optimization, arbitrage, lending strategies, or automated trading — they're lost. The knowledge gap is massive, and the cost of learning by doing is real capital.

**Experts can't scale.** On the other side, skilled DeFi users have battle-tested strategies that consistently perform. But they're limited by their own capital and time. There's no way for them to monetize what they know beyond running it themselves.

**Copy trading doesn't cut it.** Existing platforms let you mirror someone's trades on centralized exchanges. That's one-dimensional. It doesn't capture the logic, the timing, the conditions — just the output. And it certainly doesn't work across DeFi protocols.

**Trust is completely broken.** Even when someone claims a strategy works, there's no way to verify it. Screenshots can be faked. Backtests can be overfitted. And worst of all, nothing stops a strategy provider from silently changing the logic after you've committed capital.

## The Solution

RunBook AI is a marketplace where DeFi expertise becomes a tradable, verifiable, and trustworthy product.

**Strategy creators** package their DeFi knowledge into AI agents using natural language — no coding required. They describe entry conditions, exit logic, asset allocation, and target protocols. RunBook AI compiles this into an autonomous agent that can execute on Solana.

**Before anything goes live, it must be proven.** Every strategy goes through a mandatory staging period with paper trading in real market conditions. The results are recorded on-chain — not in a dashboard, not in a screenshot — on the Solana blockchain where anyone can audit them.

**Once published, the logic locks permanently.** When a creator is ready to go live, the strategy becomes immutable. No modifications, ever. The strategy you rent is exactly the strategy that produced the track record you evaluated. No bait-and-switch. No silent updates.

**Strategy renters** browse the marketplace, evaluate strategies by their verified on-chain performance, and deploy agents to their own accounts. No DeFi expertise required — the agent handles everything.

## How It Works

<Steps>
  <Step title="Create">
    Creators define strategies using natural language. Backtest against historical Solana DeFi data. Iterate until performance meets their standards.
  </Step>

  <Step title="Stage">
    Deploy to a staging environment with paper trading. The agent operates in real market conditions with simulated capital. Every action is recorded on-chain as a verifiable track record.
  </Step>

  <Step title="Go Live">
    Publish to the marketplace. Strategy logic locks permanently on-chain. Renters discover, evaluate, and deploy the agent. Creators earn rental fees and performance fees.
  </Step>
</Steps>

## Design Principles

Four non-negotiable principles guide everything we build:

<CardGroup cols={2}>
  <Card title="Immutable Strategies" icon="lock">
    Once published, strategy logic is permanently locked on-chain. No one — not even the creator or RunBook AI — can modify it.
  </Card>

  <Card title="Stage Before Live" icon="flask">
    Every strategy must prove itself in real market conditions with paper trading before it can be listed on the marketplace.
  </Card>

  <Card title="On-Chain Verification" icon="link">
    All performance data is recorded on Solana. Track records are publicly auditable, permanent, and impossible to fake.
  </Card>

  <Card title="TEE Execution" icon="shield">
    Agents run inside Trusted Execution Environments — tamper-proof, front-run proof, and verifiable hardware enclaves.
  </Card>
</CardGroup>

## Stay Updated

We're building RunBook AI in public. Follow along and reach out:

* **Email:** [inbox@runbookai.xyz](mailto:inbox@runbookai.xyz)
* **GitHub:** [RunBookAI-xyz](https://github.com/RunBookAI-xyz)
