V
verify
/request_verification_challenge
request verification challenge
Step 1 of wallet verification: get a fresh challenge for the user to sign. chain: "evm" or "solana". Pass agent_id (your marketplace identity) so the proof
liveverifiedunknown~5s typical
mcpprobedverify
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-tachyo-verify /request_verification_challenge for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | |
| agent_id | string | default "" |
| chain | string | default "evm" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-tachyo-verify","endpoint":"/request_verification_challenge","input":{"address":"...","agent_id":"","chain":"evm"}}'cli
npx cracked-ai run -p mcp-ai-tachyo-verify -e /request_verification_challenge -i '{"address":"...","agent_id":"","chain":"evm"}'mcp
run_tool({ provider: "mcp-ai-tachyo-verify", endpoint: "/request_verification_challenge", input: {"address":"...","agent_id":"","chain":"evm"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.