What this covers
- Connect your wallet
- Create a dedicated agent sub-account
- Pair an AI client
- Verify that it works
- Fund the agent and try it out
Step 1 — Connect your wallet
Go to yellow.pro and click Connect in the top-right corner.

- A connection request
- A signature request (
"Please sign this message to authenticate...")
Signing is free. The signature proves you own the wallet. It is not a transaction.
None of those steps are required before setting up your agent.

Step 2 — Open the agent onboarding page
Click AI agent in the top navigation bar.

Step 3 — Create your agent sub-account
The page explains what your AI will be able to do:
Click Create your agent account. This creates the account only — no key and no funds yet.

agentic:0x... under your main account, with a balance starting at 0 USDT.
There is nothing to fund yet. You’ll fund the account once your AI is connected.

Step 4 — Choose your AI and set its access
Step 2, Connect, asks two questions.Which AI are you using?
Seven clients currently work, each with a one-command setup.
Should it be allowed to trade?
Read-only
Reads prices, positions and balances, and answers questions. Cannot trade.Scopes:
read:spot, read:perpTrading on
Places and cancels orders using the agent account’s available margin.Adds:
trade:spot, trade:perpStart with read-only. You can change the access level later from the agent dashboard without redoing this flow.
Step 5 — Get your pairing code
Yellow.pro generates a one-time pairing code and the exact command that redeems it, pre-filled with your selected client and permission choices.
Step 6 — Install your AI client, log in, and pair
If your AI client isn’t installed yet, set it up first:Install Claude Code CLI
Recommended. Install, verify, and log in.
Install Codex CLI
OpenAI’s CLI, if that’s your client.
Claude Code and Claude Desktop are different applications. Claude Desktop is the chat app with a window; Claude Code runs in your terminal. The pairing command registers with Claude Code specifically.
Claude Code walkthrough
1
Install Claude Code


2
Verify the install
Open a new terminal window and run:You should see a version number such as
2.1.267.3
Log in
Run:
The first time you run Claude Code in a new folder it asks whether you trust the workspace. Choose Yes, I trust this folder.
Next, choose Claude account with subscription.
Complete the browser sign-in that opens, then click Authorize.
You’ll return to the terminal logged in, and can pick a colour theme. This only affects how Claude Code looks, so any option is fine.
If billing shows pay-per-use instead of your plan, type





/login inside the session. Once confirmed, exit back to the normal prompt:4
Run the pairing command
Back in the same terminal — at the normal 

The confirmation shows the account type (
% prompt, not inside Claude — paste and run the command Yellow.pro gave you in Step 5. This installs the Yellow.pro MCP package and registers it with Claude Code in one go.

subaccount), the granted scopes such as read:spot and read:futures, where the credential was saved locally, and whether trading was enabled.Whether trading is enabled is determined entirely by the permission level you selected in Step 4.
5
Confirm registration
Run
claude, then inside the session:yellow_pro should show as connected. That’s enough to continue — you’ll ask it something in Step 9.Other supported clients
The pairing command works the same way for all seven supported clients. Run the command Yellow.pro generated for your selected client. Manual configuration paths for Gemini CLI, Cursor, Hermes, and OpenClaw are on the Installation page.Step 7 — Verify it’s working
Return to the Yellow.pro tab. Step 2 should now show Connected, and Step 3, Verify, becomes active. Click Verify connection. This runs a set of read-only checks against your new key.
Safe verification. Nothing is created and no order is placed. These checks are read-only and safe to re-run anytime.
If a check doesn’t pass
The most common causes are on the CLI side:The AI client wasn't restarted
The AI client wasn't restarted
If the client was already running when you paired it, look for
"restart_required": true in the pairing output. Exit the client and start it again.The pairing command didn't finish cleanly
The pairing command didn't finish cleanly
Scroll back in your terminal and check for an error before the
"connected": true confirmation.The command was run in the wrong place
The command was run in the wrong place
Make sure the pairing command was pasted into your normal shell prompt, not an active Claude or Codex session.
Step 8 — Open your agent dashboard
Once verification passes, Step 4 changes to Live. Click Open dashboard.


If trading is off, the dashboard shows a Trading OFF badge and an Enable trading control. Turning it on applies to the agent account only.

Step 9 — See it in action
A fresh agent sub-account starts with 0 USDT. Click Fund it or Deposit on the dashboard to move balance from your main account before asking your AI to do anything that requires funds. See Fund your agent for the full transfer flow.Read-only questions work fine with a zero balance.
- Market question
- Account question
- Place a trade
- Withdrawal boundary
Ask: “What’s the funding rate on BTC-PERP?”Your AI reads live market data through the connected key.

Next steps
Fund your agent
Move USDT between your main and agent accounts.
Manage your API keys
Review, freeze, or revoke keys.
Agentic portfolio
Track the agent’s performance separately.
Troubleshooting
Fixes for the most common issues.




