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

# FAQ

> Common questions about IX RWA, IX-CORE, yield, and getting started.

<AccordionGroup>
  <Accordion title="What is IX RWA?" icon="circle-info">
    A real-world asset protocol for compute. It tokenizes income-producing infrastructure — GPU clusters and the data centers around them — as a single on-chain index anyone can own a fraction of and earn from. See [How it works](/how-it-works).
  </Accordion>

  <Accordion title="What is IX-CORE?" icon="coins">
    IX-CORE is one ERC-4626 index token representing your fractional ownership of the whole compute book. You mint it when you deposit, and its value tracks the index's NAV. See [Ownership & IX-CORE](/protocol/ownership-and-ixd).
  </Accordion>

  <Accordion title="How do I invest?" icon="wallet">
    Connect a wallet and deposit a stablecoin (USDC). The IX-CORE vault mints shares to you at the current NAV-per-share. See [How it works](/how-it-works#the-invest-flow-precisely).
  </Accordion>

  <Accordion title="Where does the yield come from?" icon="money-bill-trend-up">
    From real compute rental revenue, net of operator and protocol fees. The investor share **accrues into IX-CORE's NAV-per-share** — no claim step. On testnet these figures are simulated and clearly labeled. See [Revenue & distributions](/protocol/revenue-and-distributions).
  </Accordion>

  <Accordion title="What fees does IX-CORE charge?" icon="percent">
    On testnet: entry `0%`, exit `0.10%`, and a streaming management fee of `1%/yr` (taken by minting dust shares over time). Previews equal actuals — no hidden slippage. See [Fees & terms](/protocol/fees-and-terms).
  </Accordion>

  <Accordion title="How do I know the assets are really there?" icon="clipboard-check">
    Every NAV move passes through the on-chain Attestor Registry, which records who attested it and a hash of the supporting evidence. You can also re-hash an asset's off-chain identity bundle and compare it to the on-chain anchor. See [Proof of Reserve](/protocol/proof-of-reserve).
  </Accordion>

  <Accordion title="Can I sell or exit my position?" icon="right-left">
    Yes — you **redeem IX-CORE at NAV**. Redemptions are paid instantly up to available cash; larger exits queue FIFO and are paid as the vault and smoothing reserve refill. A secondary AMM market is deferred to pre-mainnet. See [Fees & terms](/protocol/fees-and-terms#redemption-terms).
  </Accordion>

  <Accordion title="What if my redemption can't be paid right away?" icon="clock">
    It burns your shares now and joins a FIFO queue. A keeper processes the queue (`processQueue`), or you can pull your own request (`claim`) once the vault balance plus smoothing reserve can cover it. FIFO fairness means the queue never skips ahead.
  </Accordion>

  <Accordion title="Can the NAV oracle be gamed?" icon="satellite-dish">
    It's constrained: only the Attestor Registry can write it, a single update can't move a cohort by more than a set bound, and a stale feed pauses deposits/redeems. See [Security model](/security/security-model#oracle-guards).
  </Accordion>

  <Accordion title="Which network is this on?" icon="network-wired">
    **Base Sepolia testnet** (chain id `84532`) today, migrated off BNB Chain. The canonical mainnet chain is confirmed at the audited Phase-2 redeploy. See [Why IX RWA](/why-ix-rwa#where-it-runs).
  </Accordion>

  <Accordion title="I held the old BNB token — what happens?" icon="arrow-right-arrow-left">
    Former BNB holders convert into IX-CORE **once**, via a one-time Merkle claim on Base valued at NAV. See [Ownership & IX-CORE](/protocol/ownership-and-ixd#migrating-from-the-old-bnb-token).
  </Accordion>

  <Accordion title="Is it audited?" icon="shield-check">
    Not yet. A third-party audit is a prerequisite for mainnet; results are published in [Trust & Security](/security/security-model). Testnet is for evaluation only.
  </Accordion>

  <Accordion title="Do I need to complete KYC?" icon="id-card">
    No KYC on testnet — connecting a wallet is the only identity. Eligibility requirements may apply at mainnet depending on jurisdiction.
  </Accordion>

  <Accordion title="Can AI agents use IX RWA?" icon="robot">
    Yes — a read-only [Agent Gateway (MCP)](/developers/agent-gateway) lets agents query the index, stats, and portfolios. Agent transactions are a roadmap item.
  </Accordion>
</AccordionGroup>
