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

# PIXA Wallet Docs

> PIXA gives AI agents one Algorand-funded wallet, one control plane, and multiple payment rails.

<Hero title="PIXA Wallet Docs" subtitle="A practical docs home for the agent wallet, multichain hub, hosted approval flows, and the npm-published MCP package." icon="wallet" accentColor="#0FB98A">
  <Button href="/guides/quickstart" variant="primary">
    Quickstart
  </Button>

  <Button href="/api-reference/introduction" variant="secondary">
    Tool Reference
  </Button>
</Hero>

<Section title="What PIXA Is">
  PIXA is the wallet and payment control layer for AI agents.

  It is built around one simple idea:

  1. A user funds an Algorand wallet.
  2. PIXA routes payments from that wallet into one or more execution paths.
  3. The agent pays APIs, services, and merchants without handling raw private keys.
  4. Higher-risk actions can move through hosted approval flows, session limits, or AC2-style human-in-the-loop controls.

  PIXA is useful in three places at once:

  * for non-technical users, because they can install the app by drag-and-drop
  * for developers, because `pixa-wallet-mcp` is published on npm
  * for advanced teams, because the architecture can expand into managed sessions, multichain routing, and future decentralized approval layers
</Section>

<Section title="Demo Space" subtitle="Use this block for your YouTube walkthrough or launch video">
  <Frame>
    <div style={{ position: 'relative', width: '100%', paddingTop: '56.25%' }}>
      <iframe
        src="https://www.youtube.com/embed/DAMOl6qfrh0?si=GjeBOAqFHgdhiPqw"
        title="PIXA demo video"
        loading="lazy"
        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
        allowFullScreen
        style={{
    position: 'absolute',
    inset: 0,
    width: '100%',
    height: '100%',
    border: 0,
    borderRadius: '16px'
  }}
      />
    </div>
  </Frame>
</Section>

<Section title="Install Paths">
  <Columns cols={2}>
    <Card title="Non-technical users" icon="download" href="/guides/installation" horizontal>
      Download the `.mcpb` bundle and drag it into Claude Desktop.
    </Card>

    <Card title="Developers" icon="terminal" href="https://www.npmjs.com/package/pixa-wallet-mcp" horizontal>
      Install `pixa-wallet-mcp` with `npx` or add it to your MCP config.
    </Card>
  </Columns>
</Section>

<Section title="What You Can Build">
  <Columns cols={2}>
    <Card title="Normal payments" icon="credit-card" href="/overview/components" horizontal>
      Agents pay for API calls and services from one Algorand-based wallet.
    </Card>

    <Card title="Multichain flows" icon="shuffle" href="/overview/architecture" horizontal>
      PIXA can fund an Algorand wallet and then route value to other chains through the hub.
    </Card>

    <Card title="Managed sessions" icon="lock" href="/overview/about" horizontal>
      Add time limits, spend caps, revocation, and future AC2-based approvals.
    </Card>

    <Card title="Testing and docs" icon="check" href="/guides/testing" horizontal>
      Keep the repo reviewable with a focused test matrix and simple verification steps.
    </Card>
  </Columns>
</Section>
