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

# Canopy

<img src="https://mintcdn.com/canopy-19ba5476/RlxO7vj3gtJnl7XC/canopy-logo.png?fit=max&auto=format&n=RlxO7vj3gtJnl7XC&q=85&s=5ba362fb8c769992141f23848d949e51" alt="Canopy" style={{ width: '100%', maxWidth: '600px', margin: '0 auto', display: 'block' }} width="1500" height="1500" data-path="canopy-logo.png" />

Canopy is a decentralized OTC venue built for large block trades and tokenized forward contracts on Robinhood Chain. Every offer is fully collateralized before it appears on the market — there is no counterparty credit risk, no order routing, and no reliance on liquidity pools or market makers.

<CardGroup cols={2}>
  <Card title="What is Canopy?" icon="circle-info" href="/learn/introduction">
    Learn how Canopy's block market model works and why it's different from traditional OTC trading.
  </Card>

  <Card title="Block Markets" icon="chart-bar" href="/learn/block-markets">
    Understand how offers organize into block markets and how trades execute directly between counterparties.
  </Card>

  <Card title="Spot vs. Forwards" icon="arrows-left-right" href="/learn/spot-vs-forwards">
    Compare immediate settlement with tokenized forward positions and transferable claim tokens.
  </Card>

  <Card title="Protocol Reference" icon="code" href="/protocol/overview">
    Explore the smart contract architecture, core functions, events, and data structures.
  </Card>
</CardGroup>

## Get Started

<Steps>
  <Step title="Connect your wallet">
    Visit the Canopy trading terminal and connect a compatible wallet on Robinhood Chain. See [Connecting Your Wallet](/guides/connecting-wallet) for network setup.
  </Step>

  <Step title="Explore block markets">
    Browse open offers across active trading pairs. Each order is fully collateralized and ready to fill. See [Trading Terminal](/guides/trading-terminal).
  </Step>

  <Step title="Create or fill an offer">
    Post a collateralized offer or fill an existing one — in full or partially. See [Creating an Offer](/guides/creating-an-offer) or [Filling an Offer](/guides/filling-an-offer).
  </Step>

  <Step title="Redeem or transfer claims">
    For deferred forwards, hold your claim tokens until the unlock time and redeem them for the underlying collateral, or transfer them at any time. See [Redeeming Claims](/guides/redeeming-claims).
  </Step>
</Steps>

## Explore the Docs

<CardGroup cols={3}>
  <Card title="Use Cases" icon="briefcase" href="/learn/use-cases">
    Treasury sales, vesting markets, institutional OTC, and more.
  </Card>

  <Card title="Collateralization" icon="shield-check" href="/learn/collateralization">
    How escrow, solvency, and full backing work.
  </Card>

  <Card title="Claim Tokens" icon="ticket" href="/learn/claim-tokens">
    ERC-20 tokens representing transferable forward positions.
  </Card>

  <Card title="Smart Contracts" icon="file-contract" href="/protocol/data-structures">
    Offer structs, series, and on-chain data models.
  </Card>

  <Card title="Indexer Integration" icon="database" href="/guides/indexer-integration">
    Query markets and events from a frontend or backend.
  </Card>

  <Card title="Security Model" icon="lock" href="/protocol/security-model">
    Design principles, reentrancy protection, and audit surface.
  </Card>
</CardGroup>
