Chains
Solana • Sui • NEAR • EVM
Pi Extension • Multi-chain AI Runtime
AI-native payment, trading and settlement infrastructure with deterministic workflow safety.
Chains
Solana • Sui • NEAR • EVM
Workflow Pattern
analysis → simulate → execute
Mainnet Safety
confirmMainnet + confirmToken
pi install https://github.com/DaviRain-Su/pi-chain-tools
Sui local wallet is loaded from
~/.sui/sui_config/sui.keystore and active address from
client.yaml.
Maximise your stablecoin yield with your own AI Agent that analyses and allocates into DeFi protocols on autopilot 🤖💸
通过您专属的 AI 代理,在 🤖 💸 上自动分析并分配到 DeFi 协议中,最大化您的稳定币收益。
示例意图可直接在 Pi 中试跑:
Gradience is positioned as Track 1:原生智能体支付与基础设施 — a foundational layer for AI-callable chain settlement, payment, and transaction capabilities.
Competition dossier and English/Chinese versions: monad-ai-hackathon.md / monad-ai-hackathon.en.md
/api/payments/create, /api/payments/confirm, /api/payments.buyer + paymentId + paid status + strategy/buyer match + active entitlement.runId + paymentId are blocked.Read details: near-dashboard.md · core-architecture-principles.md · openclaw-acp-quickstart.md · openclaw-ops-runbook.md
runId + paymentIdUse these examples with dashboard server running on 127.0.0.1:8787.
curl -s -X POST http://127.0.0.1:8787/api/payments/create -H 'content-type: application/json' -d '{"confirm":true,"strategyId":"stb-usdc-v1","buyer":"demo-buyer"}'
curl -s -X POST http://127.0.0.1:8787/api/payments/confirm -H 'content-type: application/json' -d '{"confirm":true,"paymentId":"pay-REPLACE","txRef":"tx-demo"}'
curl -s -X POST http://127.0.0.1:8787/api/acp/job/execute -H 'content-type: application/json' -d '{"confirm":true,"dryRun":false,"runId":"acp-demo-1","strategyId":"stb-usdc-v1","buyer":"demo-buyer","paymentId":"pay-REPLACE","requirements":{"targetChain":"near","intentType":"rebalance","amountRaw":"1000000"}}'
For reliable agent usage, all schema and runtime contracts are validated through CI-gated scripts:
npm run schema:check-files — strict file manifest (human)
npm run schema:check-files:json — strict manifest (JSON)
npm run schema:ci-check — one-step manifest + full check
npm run schema:audit — strict JSON diagnostics for
automation and AI workflows
npm run schema:audit
帮我查一下 Sui 主网本地钱包余额(包含USDC)
把 0.01 SUI 换成 USDC,先模拟。
买 BTC 5分钟涨 20 USDC,保守,先模拟
继续执行刚才这笔,确认主网执行。
Demo 流程(点击即可跳转并高亮对应区域):
演示前建议先执行以下命令(可一键复制到终端):
npm run lint
npm run schema:audit
npm run check
npm test
npm run security:check
npm run schema:audit before launch.