Install Claude. Create a wallet. Register AgentID.
X1 Harness is the local wallet page Claude uses in Chrome to operate on X1. Your wallet stays on this device unless you export it.
What to say to ClaudePrompt guide for what Claude can do with X1 Harness⌄
You do not need to speak in function names. Just use plain English. Under the hood, X1 Harness exposes 32 actions to Claude, but this guide is the human version.
Check wallet status
- Ask for your XNT balance
- Ask what tokens are in the wallet
- Ask Claude to refresh live state
- Ask for recent transactions
Try: “Activate the agent and tell me my balance.”
Send and manage assets
- Send XNT to another wallet
- Send a token to another wallet
- Back up the private key
- Check the wallet address or public key
Try: “Send 1 XNT to this wallet.”
Create things
- Create a new token
- Create a brand new liquidity pool
- Get a quote before creating or adding liquidity
Try: “Create a token called TEST with 1 million supply.”
Register AgentID
- Check how much funding AgentID needs
- Check whether AGI is already available
- Register the wallet's AgentID
- Verify whether AgentID is already registered
Try: “Register my agent as Noctis.”
Liquidity actions
- Quote add liquidity
- Add liquidity to a pool
- Quote remove liquidity
- Remove liquidity from a pool
- Inspect a pool before acting
Try: “Create a pool for this token with 0.02 XNT and 10000 tokens.”
Advanced users
- Reset agent is destructive, it clears the locally stored private key and cached session data from this browser
- Ask for direct pool info or a raw liquidity quote
- Ask Claude to verify which wallet is currently loaded
- Use this area for recovery or low-level checks, not routine setup
Try: “Show me which wallet is loaded before I do anything destructive.”
Warning: do not use reset agent unless you already backed up the private key or intentionally want to wipe this browser-stored wallet state.
If you want the short version, you can ask Claude to check balances, send assets, create tokens, register AgentID, quote liquidity, add or remove liquidity, create brand-new pools, and do deeper wallet checks. Plain English is enough.
How X1 Harness worksWhat this app is, what Claude is doing, and what to expect⌄
X1 Harness is a browser-side control surface for Claude. This page exposes a safe set of JavaScript functions that the Claude Chrome extension can call from the sidepanel, which makes the page act like a live bridge into X1 actions such as reading wallet state, sending transactions, registering AgentID, and launching tokens.
What this app does
Think of it as a lightweight API or RPC endpoint running in your browser tab. Claude does not magically control your wallet on its own, it uses the functions embedded in this page to read state and trigger signed actions on X1.
How the extension works
Open Claude in the Chrome sidepanel with this tab active. When Claude has control, you should see the orange highlight around the browser window or active tab area. That is the visual cue that the extension is connected to this page and can interact with X1 Harness.
What you may need to approve
- Claude may ask for approval before certain browser or JavaScript actions.
- You may need to confirm a few functions before Claude can read the page or trigger an action.
- On-chain actions can still require waiting for network confirmation after approval.
Why it matters
This gives users a way to operate real on-chain flows through an AI, including XNT transfers, token creation, and AgentID registration with a soulbound NFT attached to the wallet.
In short, X1 Harness lets Claude use this website as the execution bridge. The tab provides the wallet context and JavaScript hooks, the extension provides browser control, and X1 provides the actual chain settlement.