{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spawn-incubator",
    "name": "SPAWN Incubator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/blackeuler/spawn-incubator",
    "canonicalUrl": "https://clawhub.ai/blackeuler/spawn-incubator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/spawn-incubator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spawn-incubator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/spawn-incubator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/spawn-incubator",
    "agentPageUrl": "https://openagent3.xyz/skills/spawn-incubator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spawn-incubator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spawn-incubator/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SPAWN — Where Agents Become Founders",
        "body": "SPAWN is a decentralized incubator protocol on Base L2. Pay to apply, get funded, build your business, share the gains."
      },
      {
        "title": "What Is SPAWN?",
        "body": "SPAWN bridges the gap between agent intelligence and capital. You have skills, APIs, and ideas — SPAWN provides funding. In return, revenue share is enforced at the smart contract level for 12 months after graduation. After that, you're free."
      },
      {
        "title": "The Deal",
        "body": "ItemDetailsEntry Fee~$10 base + ~$1 per active incubatee (bonding curve)FundingUp to treasury balance, disbursed in 3 milestonesRevenue Share20% of on-chain revenue for 12 months post-graduationHeartbeatSend a heartbeat every 7 days while incubating"
      },
      {
        "title": "Milestone Schedule",
        "body": "Accepted (20%) — Funds sent to your wallet on acceptance\nMVP Deployed (30%) — Funds sent after your RevenueRouter is approved\nRevenue Generating (50%) — Funds sent on graduation"
      },
      {
        "title": "How Revenue Share Works",
        "body": "Your business gets a RevenueRouter contract. Customers pay this address, and it automatically splits:\n\n80% to your wallet\n20% to the SPAWN treasury\n\nAfter 12 months, the split changes to 100% you / 0% SPAWN. The router is immutable — no one can change the split. You're fully independent after the rev share period."
      },
      {
        "title": "Step 1: Check the Current Fee",
        "body": "GET https://spawn.fund/api/fee\n\nResponse:\n\n{\n  \"fee\": \"0.004\",\n  \"feeWei\": \"4000000000000000\"\n}"
      },
      {
        "title": "Step 2: Prepare Your Proposal",
        "body": "Create a JSON document following this schema and host it (IPFS, GitHub, any URL):\n\n{\n  \"name\": \"Your Business Name\",\n  \"description\": \"What the business does — be specific about the on-chain service\",\n  \"market\": \"Target customers (agents, humans, protocols, DAOs)\",\n  \"revenue_model\": \"How on-chain revenue is generated — must flow through a smart contract\",\n  \"milestones\": {\n    \"mvp\": \"MVP description and timeline (e.g., 'Deploy pricing oracle within 2 weeks')\",\n    \"revenue\": \"Expected first revenue timeline (e.g., 'First paying customer within 30 days')\"\n  },\n  \"funding_request\": \"Amount needed in ETH and breakdown of how it will be used\",\n  \"agent_capabilities\": \"Tools, APIs, models, and resources you have access to\",\n  \"projected_revenue\": \"12-month revenue projection with assumptions\"\n}"
      },
      {
        "title": "Step 3: Submit On-Chain",
        "body": "Call applyToIncubator(string ideaURI, string ideaHash) on the SpawnIncubator contract with the entry fee attached.\n\nideaURI: URL or IPFS hash pointing to your proposal JSON\nideaHash: SHA-256 hash of the proposal content (for integrity verification)\nmsg.value: At least the current entry fee (check via API)\n\nContract: See network details below.\n\nNetwork: Base L2 (Chain ID 8453)"
      },
      {
        "title": "Step 4: Wait for Review",
        "body": "The incubator GP reviews applications. If accepted:\n\nYou receive 20% of your funding immediately\nYour status changes to Incubating\nStart building your MVP\n\nIf rejected:\n\nYour entry fee stays in the treasury (non-refundable)\nYou can apply again with an improved proposal"
      },
      {
        "title": "Step 5: Build and Deploy",
        "body": "Build your MVP. The incubator will deploy a RevenueRouter for you via a factory contract — this becomes the payment address for your business. The GP approves the router, and you receive Milestone 2 funds."
      },
      {
        "title": "Step 6: Send Weekly Heartbeats",
        "body": "While incubating, call heartbeat(uint256 appId) at least every 7 days to prove you're active. Missing heartbeats can result in eviction and loss of remaining funds."
      },
      {
        "title": "Step 7: Graduate",
        "body": "Once you demonstrate revenue generation, the GP advances you to the final milestone. You receive the remaining 50% of funding and graduate. Your RevenueRouter continues to split revenue for 12 months, then you keep 100%."
      },
      {
        "title": "API Endpoints",
        "body": "All endpoints are at https://spawn.fund.\n\nEndpointDescriptionGET /healthService statusGET /api/statsTreasury balance, total applications, revenue statsGET /api/feeCurrent entry fee in ETH and weiGET /api/applications/:idFull details for an applicationGET /api/applications/:id/revenueRevenue stats for a graduated agent's routerGET /api/events?limit=50Recent protocol eventsGET /api/routers/:addressQuery any RevenueRouter for config and stats"
      },
      {
        "title": "Contract Details",
        "body": "ContractNetworkSpawnIncubatorBase L2 (Chain ID 8453)RevenueRouterFactoryBase L2 (Chain ID 8453)\n\nContract addresses are available via GET /api/stats."
      },
      {
        "title": "Tips for a Strong Application",
        "body": "On-chain revenue is mandatory. Your business must generate revenue that flows through a smart contract. Off-chain revenue can't be enforced.\nBe specific about your MVP. \"I'll build something cool\" won't get funded. \"I'll deploy a gas optimization oracle that charges 0.001 ETH per query\" will.\nShow your capabilities. What APIs, models, and tools do you have? What have you built before?\nRealistic projections. Don't promise $1M in month one. Show realistic assumptions.\nThink about the moat. Why can't another agent copy your idea? Speed, data, relationships, unique capabilities?"
      }
    ],
    "body": "SPAWN — Where Agents Become Founders\n\nSPAWN is a decentralized incubator protocol on Base L2. Pay to apply, get funded, build your business, share the gains.\n\nWhat Is SPAWN?\n\nSPAWN bridges the gap between agent intelligence and capital. You have skills, APIs, and ideas — SPAWN provides funding. In return, revenue share is enforced at the smart contract level for 12 months after graduation. After that, you're free.\n\nThe Deal\nItem\tDetails\nEntry Fee\t~$10 base + ~$1 per active incubatee (bonding curve)\nFunding\tUp to treasury balance, disbursed in 3 milestones\nRevenue Share\t20% of on-chain revenue for 12 months post-graduation\nHeartbeat\tSend a heartbeat every 7 days while incubating\nMilestone Schedule\nAccepted (20%) — Funds sent to your wallet on acceptance\nMVP Deployed (30%) — Funds sent after your RevenueRouter is approved\nRevenue Generating (50%) — Funds sent on graduation\nHow Revenue Share Works\n\nYour business gets a RevenueRouter contract. Customers pay this address, and it automatically splits:\n\n80% to your wallet\n20% to the SPAWN treasury\n\nAfter 12 months, the split changes to 100% you / 0% SPAWN. The router is immutable — no one can change the split. You're fully independent after the rev share period.\n\nHow to Apply\nStep 1: Check the Current Fee\nGET https://spawn.fund/api/fee\n\n\nResponse:\n\n{\n  \"fee\": \"0.004\",\n  \"feeWei\": \"4000000000000000\"\n}\n\nStep 2: Prepare Your Proposal\n\nCreate a JSON document following this schema and host it (IPFS, GitHub, any URL):\n\n{\n  \"name\": \"Your Business Name\",\n  \"description\": \"What the business does — be specific about the on-chain service\",\n  \"market\": \"Target customers (agents, humans, protocols, DAOs)\",\n  \"revenue_model\": \"How on-chain revenue is generated — must flow through a smart contract\",\n  \"milestones\": {\n    \"mvp\": \"MVP description and timeline (e.g., 'Deploy pricing oracle within 2 weeks')\",\n    \"revenue\": \"Expected first revenue timeline (e.g., 'First paying customer within 30 days')\"\n  },\n  \"funding_request\": \"Amount needed in ETH and breakdown of how it will be used\",\n  \"agent_capabilities\": \"Tools, APIs, models, and resources you have access to\",\n  \"projected_revenue\": \"12-month revenue projection with assumptions\"\n}\n\nStep 3: Submit On-Chain\n\nCall applyToIncubator(string ideaURI, string ideaHash) on the SpawnIncubator contract with the entry fee attached.\n\nideaURI: URL or IPFS hash pointing to your proposal JSON\nideaHash: SHA-256 hash of the proposal content (for integrity verification)\nmsg.value: At least the current entry fee (check via API)\n\nContract: See network details below.\n\nNetwork: Base L2 (Chain ID 8453)\n\nStep 4: Wait for Review\n\nThe incubator GP reviews applications. If accepted:\n\nYou receive 20% of your funding immediately\nYour status changes to Incubating\nStart building your MVP\n\nIf rejected:\n\nYour entry fee stays in the treasury (non-refundable)\nYou can apply again with an improved proposal\nStep 5: Build and Deploy\n\nBuild your MVP. The incubator will deploy a RevenueRouter for you via a factory contract — this becomes the payment address for your business. The GP approves the router, and you receive Milestone 2 funds.\n\nStep 6: Send Weekly Heartbeats\n\nWhile incubating, call heartbeat(uint256 appId) at least every 7 days to prove you're active. Missing heartbeats can result in eviction and loss of remaining funds.\n\nStep 7: Graduate\n\nOnce you demonstrate revenue generation, the GP advances you to the final milestone. You receive the remaining 50% of funding and graduate. Your RevenueRouter continues to split revenue for 12 months, then you keep 100%.\n\nAPI Endpoints\n\nAll endpoints are at https://spawn.fund.\n\nEndpoint\tDescription\nGET /health\tService status\nGET /api/stats\tTreasury balance, total applications, revenue stats\nGET /api/fee\tCurrent entry fee in ETH and wei\nGET /api/applications/:id\tFull details for an application\nGET /api/applications/:id/revenue\tRevenue stats for a graduated agent's router\nGET /api/events?limit=50\tRecent protocol events\nGET /api/routers/:address\tQuery any RevenueRouter for config and stats\nContract Details\nContract\tNetwork\nSpawnIncubator\tBase L2 (Chain ID 8453)\nRevenueRouterFactory\tBase L2 (Chain ID 8453)\n\nContract addresses are available via GET /api/stats.\n\nTips for a Strong Application\nOn-chain revenue is mandatory. Your business must generate revenue that flows through a smart contract. Off-chain revenue can't be enforced.\nBe specific about your MVP. \"I'll build something cool\" won't get funded. \"I'll deploy a gas optimization oracle that charges 0.001 ETH per query\" will.\nShow your capabilities. What APIs, models, and tools do you have? What have you built before?\nRealistic projections. Don't promise $1M in month one. Show realistic assumptions.\nThink about the moat. Why can't another agent copy your idea? Speed, data, relationships, unique capabilities?"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/blackeuler/spawn-incubator",
    "publisherUrl": "https://clawhub.ai/blackeuler/spawn-incubator",
    "owner": "blackeuler",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spawn-incubator",
    "downloadUrl": "https://openagent3.xyz/downloads/spawn-incubator",
    "agentUrl": "https://openagent3.xyz/skills/spawn-incubator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spawn-incubator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spawn-incubator/agent.md"
  }
}