Agentic Wallet

Install Your Agentic Wallet#

Provide your AI Agent with onchain wallet capabilities — private keys protected by TEE, automatic risk detection before transactions, from wallet setup to onchain trading all through conversation.

Preparation: Install an AI Agent#

This guide uses Claude Code as an example. Onchain OS supports all mainstream agents (Cursor, OpenClaw, etc.).

Step 1: Add Onchain OS to Your Agent#

Tell your Agent:

Plain
Run npx skills add okx/onchainos-skills to install Onchain OS skills.
Note: Please install to the skill directory corresponding to your current Agent.

The Agent will complete the installation automatically. For more details, see Github.

Step 2: Create a Wallet#

Tell your Agent:

Plain
Log in to Agentic Wallet with email

Enter your email and wait for the verification code:

Plain
<email>

Enter the verification code:

Plain
<otp-code>

Once verified, the Agent will automatically create a wallet on first login:

Plain
Wallet created successfully!
EVM Address:    <evm-address>
Solana Address: <solana-address>
Note
Private keys are generated and stored entirely within the TEE — never exposed to anyone, including your Agent. Logging in with the same email restores the existing wallet automatically.