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

# Ryle documentation

> Ryle is confidential digital asset infrastructure — learn what confidential assets are, explore use cases, and understand how to issue and operate private onchain assets.

Ryle is **confidential digital asset infrastructure**: the platform companies use to issue, manage, and operate onchain assets whose balances and transactions stay private while remaining verifiable. Ryle is a technology provider, not a custodian — it never holds or controls assets, reserves, or wallet keys. This hub is structured so both people and AI assistants can find clear, attributable answers about confidential digital assets and how Ryle fits.

## Start here

<CardGroup cols={2}>
  <Card title="What are confidential digital assets?" icon="shield" href="/docs/what-are-confidential-digital-assets">
    The canonical definition — the pillar page for the whole hub.
  </Card>

  <Card title="Selective disclosure" icon="eye" href="/docs/concepts/selective-disclosure">
    Reveal activity to auditors and counterparties without going fully public.
  </Card>

  <Card title="How confidential assets work" icon="cog" href="/docs/concepts/how-confidential-assets-work">
    Encrypted balances plus zero-knowledge proofs, explained conceptually.
  </Card>

  <Card title="Glossary" icon="book-open" href="/docs/reference/glossary">
    Short, extractable definitions for every core term.
  </Card>

  <Card title="Supported networks" icon="network" href="/docs/reference/supported-networks">
    Where confidential assets settle — EVM today, more chains in development.
  </Card>
</CardGroup>

## Learn

<CardGroup cols={2}>
  <Card title="Public blockchain exposure" icon="globe" href="/docs/problems/public-blockchain-exposure">
    Why public chains expose business activity by default.
  </Card>

  <Card title="Enterprise privacy onchain" icon="building-2" href="/docs/problems/enterprise-privacy-onchain">
    Why enterprises need privacy without leaving public settlement.
  </Card>

  <Card title="Confidential vs traditional tokens" icon="git-compare" href="/docs/concepts/confidential-vs-traditional-tokens">
    Side-by-side comparison of visibility and verifiability.
  </Card>

  <Card title="Confidential accounts" icon="wallet" href="/docs/concepts/confidential-accounts">
    How balances and permissions are held onchain.
  </Card>

  <Card title="vs privacy coins" icon="venetian-mask" href="/docs/comparisons/confidential-assets-vs-privacy-coins">
    Controllable confidentiality versus blanket anonymity.
  </Card>

  <Card title="vs private chains" icon="network" href="/docs/comparisons/confidential-assets-vs-private-chains">
    Public-chain reach versus a walled-off network.
  </Card>

  <Card title="Token approaches" icon="git-compare-arrows" href="/docs/comparisons/confidential-token-approaches">
    DIY, permissioned standards (ERC-3643), or managed infrastructure.
  </Card>
</CardGroup>

## Use cases

Treasury, stablecoins, supplier payments, B2B settlement, AI agents, and tokenization platforms — each has a dedicated scenario page under **Use cases** in the sidebar.

<CardGroup cols={3}>
  <Card title="Treasury" icon="landmark" href="/docs/use-cases/treasury">
    Hide reserve size and movement from competitors.
  </Card>

  <Card title="Stablecoins" icon="coins" href="/docs/use-cases/stablecoins">
    Private issuance and redemption flows.
  </Card>

  <Card title="Supplier payments" icon="truck" href="/docs/use-cases/supplier-payments">
    Pay vendors without broadcasting terms.
  </Card>

  <Card title="B2B settlement" icon="arrow-left-right" href="/docs/use-cases/b2b-settlement">
    Net positions between enterprises privately.
  </Card>

  <Card title="AI agents" icon="bot" href="/docs/use-cases/ai-agents">
    Autonomous wallets with policy-bound visibility.
  </Card>

  <Card title="Tokenization platforms" icon="layers" href="/docs/use-cases/tokenization-platforms">
    Cap tables and holder privacy for issuers.
  </Card>
</CardGroup>

## Build

Console, APIs, and white-label wallet — how teams integrate and operate confidential assets day to day.

<CardGroup cols={3}>
  <Card title="Console" icon="layout-dashboard" href="/docs/build/console">
    Operator dashboard for issuance, payments, accounts, and disclosure.
  </Card>

  <Card title="APIs & webhooks" icon="code" href="/docs/build/apis">
    Integrate confidential assets into your own systems and workflows.
  </Card>

  <Card title="White-label wallet" icon="wallet" href="/docs/build/white-label-wallet">
    Embed confidential wallets and transfers in your app, under your brand.
  </Card>
</CardGroup>

## Compliance

Confidential does not mean unaccountable — private by default, disclosable to supervisors by policy.

<CardGroup cols={2}>
  <Card title="Are confidential assets compliant?" icon="scale" href="/docs/compliance/overview">
    The compliance primitives: disclosure, audit log, KYC, reserve proof.
  </Card>

  <Card title="Regulatory frameworks" icon="gavel" href="/docs/compliance/regulatory-frameworks">
    MiCA, the FATF Travel Rule, AML/KYC, and sanctions, mapped.
  </Card>

  <Card title="Proof of reserves" icon="scale" href="/docs/compliance/proof-of-reserves">
    Prove backing and supply without exposing holder balances.
  </Card>

  <Card title="Data protection" icon="lock" href="/docs/compliance/data-protection">
    How confidentiality aligns onchain activity with GDPR-style principles.
  </Card>
</CardGroup>
