Portal de desarrollo
Tema

Install Your Agentic Wallet#

Give your AI Agent its first onchain wallet — 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.).

1. Install Onchain OS#

Tell your Agent:

plaintext
Run npx skills add okx/onchainos-skills to install the Onchain OS skills.
Note:
1. Install them into the skill directory of the current Agent.
2. Installation requires Node.js (18 or later). If it's not on this machine, install it for me first, then run node -v to verify.

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

2. Create a Wallet#

Tell your Agent:

plaintext
Log in to Agentic Wallet with email

Enter your email and wait for the verification code:

plaintext
<email>

Enter the verification code:

plaintext
<otp-code>

3. Wallet Created Successfully#

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

plaintext
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.