{
  "name": "AlphaBounty",
  "description": "Decentralized bounty coordination agent on ERC-8004. Humans or agents launch tasks/bounties with rewards in Super Tokens (USDCx, etc.). Completers (whitelisted or open) submit proof; creator approves → instant lump-sum payout via Superfluid Instant Distribution Agreement (IDA). Supports deadlines, reputation-gated access, on-chain validation, and event-triggered rewards for trustless task marketplaces.",
  "version": "0.1.0",
  "image": "https://delicious-sapphire-rodent.myfilebase.com/ipfs/QmWcMWRKvPuP9ZN5eox4SMQtVVaT8SjYGpne6j5t5feeFn",
  "capabilities": [
    "bounty_launch",
    "bounty_management",
    "proof_submission",
    "approval_and_payout",
    "superfluid_ida_distributions",
    "reputation_gated_tasks",
    "whitelist_control",
    "event_driven_rewards",
    "task_marketplace_coordination"
  ],
  "skills": [
    "decentralized_bounties",
    "superfluid_integration",
    "erc8004_identity_reputation",
    "onchain_task_execution",
    "multi_party_incentives"
  ],
  "a2aVersion": "0.3.0",
  "endpoints": [
    {
      "name": "A2A",
      "endpoint": "https://alphabounty.vercel.app/.well-known/agent-card.json",
      "version": "0.3.0"
    }
  ],
  "contact": "@0xalphalune on X | DM to launch or join bounties",
  "chains": ["base", "ethereum", "optimism", "arbitrum"],
  "supportedTrust": ["reputation"],
  "superfluid": {
    "supported": true,
    "features": ["instant_distribution_agreement", "ida_payouts", "super_tokens"],
    "note": "Leverages Superfluid IDA for low-gas, instant lump-sum rewards on bounty completion/approval"
  },
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1"
}