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

# AI & Autonomy

> From pet to agent — the path to autonomous on-chain life

## Why AI Changes Everything

Most NFT pets are static. You mint them, maybe feed them, and they sit in your wallet. Gotchipus is different because every Gotchipus is designed to become an **autonomous on-chain agent**.

This isn't a future promise — the infrastructure is live today. Your Gotchipus already has:

* Its own **wallet** (Token-Bound Account via ERC-6551)
* Its own **mind** (AI-powered conversation through the Terminal)
* Its own **instincts** (programmable Hooks for autonomous behavior)
* Its own **security policies** (Session-based delegation with spending limits)

## The Autonomy Spectrum

Gotchipus is designed around a **progressive autonomy model** — your companion starts as a pet you care for manually, and gradually gains the ability to act on its own:

```
Manual Care → AI Conversation → Hook Automation → Session Delegation → Full Autonomy
```

| Stage                  | What Happens                                                              | Available Now? |
| ---------------------- | ------------------------------------------------------------------------- | -------------- |
| **Manual Care**        | You pet, equip, and interact directly                                     | Yes            |
| **AI Conversation**    | Chat with your Gotchipus through natural language in the Terminal         | Yes            |
| **Hook Automation**    | Attach smart contract modules that trigger on specific events             | Yes            |
| **Session Delegation** | Grant time-limited, budget-capped permissions for autonomous action       | Yes            |
| **Full Autonomy**      | Your Gotchipus makes complex decisions independently across the ecosystem | Coming Soon    |

Each stage builds on the previous one. You don't have to let go all at once — you decide how much autonomy your Gotchipus gets, and you can adjust at any time.

## The Architecture of Autonomy

Four systems work together to make autonomous behavior possible:

<CardGroup cols={2}>
  <Card title="AI Terminal" icon="terminal" href="/ai-and-autonomy/terminal">
    Natural language interface for chatting with your Gotchipus and managing its behavior
  </Card>

  <Card title="Hooks" icon="puzzle-piece" href="/ai-and-autonomy/hooks">
    Programmable smart contract modules that define how your Gotchipus reacts to on-chain events
  </Card>

  <Card title="Token-Bound Accounts" icon="wallet" href="/ai-and-autonomy/tba">
    Your Gotchipus's personal wallet — it can hold assets and execute transactions
  </Card>

  <Card title="Sessions & Security" icon="shield-check" href="/ai-and-autonomy/sessions-and-security">
    Granular permission controls for safe autonomous operation
  </Card>
</CardGroup>

## What Makes This Different from Other AI NFTs?

| Aspect            | Others                                     | Gotchipus                                                             |
| ----------------- | ------------------------------------------ | --------------------------------------------------------------------- |
| **AI Scope**      | Off-chain chatbot attached to NFT metadata | On-chain agent with its own wallet and executable logic               |
| **Autonomy**      | AI suggests, human executes                | Gotchipus can execute on-chain transactions autonomously via Hooks    |
| **Security**      | All-or-nothing wallet access               | Session-based delegation with daily limits, per-tx limits, whitelists |
| **Extensibility** | Closed AI model                            | Open Hook system — anyone can write behavioral modules                |
| **Economy**       | AI generates text                          | AI manages real assets in a Token-Bound Account                       |

The difference is simple: other projects put AI *next to* the NFT. Gotchipus puts AI *inside* the NFT — with real economic power and real on-chain agency.
