This deploys an on-chain agentic wallet as a TON smart contract where you control the operator key for autonomous signing and the user keeps the owner key for withdrawals and revocation. You call agentic_start_root_wallet_setup to generate keys and get a dashboard URL at agents.ton.org, then either poll for callback completion in long-lived MCP sessions or manually pass the deployed wallet address in CLI mode. It's the prerequisite before any transfer or swap operations. The wallet itself is NFT-based, not custodial, which is a clever design choice. Just remember to fund it with TON after setup or nothing else will work.
npx skills add https://github.com/ton-connect/kit --skill ton-create-wallet