ワンクリックで
agentic-commerce
Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
SOC 職業分類に基づく
| name | agentic-commerce |
| description | Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol. |
| metadata | {"cryptoclaw":{"emoji":"💼","always":true}} |
On-chain job escrow protocol for AI agent commerce. A client posts a job, locks funds in escrow, a provider executes the work, and an evaluator approves or rejects — settlement is automatic and trustless.
job_create — Create a new job (specify evaluator, description, deadline)job_set_provider — Assign or change provider (Open state only)job_set_budget — Set or negotiate budget in USDC (Open state only)job_fund — Lock USDC into escrow (Open → Funded, auto-approves ERC-20)job_submit — Provider submits deliverable hash/IPFS CID (Funded → Submitted)job_complete — Evaluator approves, releasing funds to provider (Submitted → Completed)job_reject — Reject job with reason (client when Open, evaluator when Funded/Submitted)job_claim_refund — Claim refund for expired job (permissionless)job_query — Query job details by IDjob_list — List jobs related to active wallet (filter by role)Open → Funded → Submitted → Completed (funds → provider)
↘ ↘ ↘
Rejected Expired Rejected/Expired (funds → client)
| Network | ACPCore Contract | Payment Token (USDC) |
|---|---|---|
| Base Mainnet | 0x16213AB6a660A24f36d4F8DdACA7a3d0856A8AF5 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
| Base Sepolia | 0x16213AB6a660A24f36d4F8DdACA7a3d0856A8AF5 | 0x036CbD53842c5426634e7929541eC2318f3dCF7e |
ERC-8183 composes with ERC-8004 (Trustless Agents). Use agent_identity to verify a provider's on-chain identity and agent_reputation to check their trust score before creating or accepting a job.
job_create, job_fund, job_submit, job_complete, job_reject) require confirmationjob_claim_refund is permissionless and cannot be blocked by hooks — guaranteed refund recoveryjob_fund includes slippage protection (expectedBudget must match current budget)