Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.17 KB

File metadata and controls

60 lines (46 loc) · 2.17 KB
title Quickstart
description Deploy your first CLAWT agent in three steps
icon rocket

Get a verifiable AI agent running on EigenCompute in minutes.

Prerequisites

  • MetaMask browser extension installed
  • Some Sepolia ETH for gas (use a faucet)
  • An active EigenCompute billing account
Open the CLAWT app and click **Connect Wallet**. MetaMask will prompt you to sign a [SIWE](https://login.xyz) message — this proves you own the address without exposing your private key.
After signing, the backend verifies your signature and issues a 24-hour session token.
The setup wizard walks you through three pre-deploy checks:
1. **EigenCloud billing** — Verify your EigenCompute account is active
2. **EigenAI grant** — Authorize the LLM inference grant by signing a message
3. **Choose a Soul** — Pick a personality template for your agent

Give your agent a name and click **Deploy**. CLAWT builds a Docker container, injects a freshly generated HD wallet mnemonic via the TEE's key management, and launches it on EigenCompute.

Deployment typically takes 1–2 minutes.
Once your agent is running, type a natural-language task in the dashboard:
```
What is my wallet address and ETH balance on Sepolia?
```

The agent processes your request through its LLM loop, selects relevant skills, executes them, and returns a cryptographically signed response.

What's next?

Understand the full system design. Start, stop, configure environment variables, and upgrade. Explore the 39 built-in skills. Configure API keys and chain RPC endpoints.