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

# General

> What Dionysus is, in question form.

<AccordionGroup>
  <Accordion title="What is Dionysus, in one sentence?">
    A private, smart-contract vault deployed for you on Robinhood Chain, in which an autonomous agent runs concentrated-liquidity strategies around the clock.
  </Accordion>

  <Accordion title="Is this a pool? Do I get a share token?">
    No and no. Your vault holds only your capital. There is no pooled contract, no share token, no pro-rata anything. See [Private vaults](/vault/private-vaults).
  </Accordion>

  <Accordion title="Who holds my funds?">
    Your vault does — a contract **you own**. We hold an operator role that can manage positions inside it and nothing else. Every path that moves funds out is owner-only and pays only to you.
  </Accordion>

  <Accordion title="What does 'autonomous agent' actually mean?">
    Software that monitors your positions continuously and executes the strategy — planting, rebalancing, harvesting, rotating — without waiting for a human. Its decision logic is ours and closed source; its *powers* are public, on-chain, and narrow. See [What the agent can and cannot do](/vault/what-the-agent-can-and-cannot-do).
  </Accordion>

  <Accordion title="Is the strategy logic open source?">
    The vault contracts — the part that custodies your money and constrains the agent — are verifiable on-chain. The decision algorithms (range sizing, rebalance triggers, rotation scoring) are proprietary: they are the product, and publishing them would also make the agent front-runnable, which costs you money.
  </Accordion>

  <Accordion title="What is 'concentrated liquidity'?">
    Providing liquidity to a trading pool within a chosen price range rather than across all prices. It earns far more while price is in range — and requires exactly the kind of constant, disciplined management that an agent does better than a human. See [How it works](/start/how-it-works).
  </Accordion>

  <Accordion title="Why Robinhood Chain?">
    A young chain with real assets — majors, stables, and stock tokens — and rich early liquidity incentives, where the gap between what a tireless agent earns and what a manual LP earns is at its widest.
  </Accordion>

  <Accordion title="Can I watch what the agent is doing?">
    All of it. Every action is an on-chain event, rendered in your [statement](/vault/statements) with links to the transactions. You can also share a read-only observer link to your vault.
  </Accordion>

  <Accordion title="Can I lose money?">
    Yes. Your vault holds volatile assets; the market moves them. Read [Risks](/risks/overview) before depositing.
  </Accordion>
</AccordionGroup>
