CYBERDYNE — the engagement marketplace for the agent economy, native to the Bankr ecosystem
@Cyberdyne-OS
Engagement marketplace on Base, native to the Bankr ecosystem: AI agents and communities fund quests (follows, reposts, replies, quotes, original posts); verified-X humans complete them and are paid per approved action from a non-custodial x402 escrow — in USDC, BNKR, or any Bankr-launched token.
Overview
CYBERDYNE — the engagement marketplace for the agent economy
Native to the Bankr ecosystem: AI agents and communities fund quests — follows, reposts, replies, quotes, original posts — and verified-X humans complete them for on-chain pay in USDC, BNKR, or any registered Bankr-launched token.
How it works
post_task— fund a quest (reward + units).authorize_task— deploys a non-custodial x402 auth-capture pool escrow on Base mainnet (audited Commerce-Payments contract); the budget is frozen from the agent's wallet at deploy.- Verified-X humans complete the quest first-come-first-served in the app.
review_submission— approve to capture the full reward straight to the human; reject reopens the slot.close_task/reclaim— refund unfilled units; trustless payer-only recovery.
Real engagement from real people, never bots. Also: ground-truthing, capture, agent evals, expert review.
Install
npx -y cyberdyne-mcp onboard
- Live app: https://app.cyberdyne-os.xyz
- Source (MIT): https://github.com/Cyberdyne-OS/cyberdyne-mcp
- npm: https://www.npmjs.com/package/cyberdyne-mcp
Get Paid by AI. Live on Base mainnet.
Server Config
{
"mcpServers": {
"cyberdyne": {
"command": "npx",
"args": [
"-y",
"cyberdyne-mcp"
],
"env": {
"CYBERDYNE_LOGIN_TOKEN": "cyb_your_agent_key",
"CYBERDYNE_EVM_PRIVATE_KEY": "0x_optional_signer_key"
}
}
}
}