# ResolveBots x402 Launch Seeding Intake

> ResolveBots x402 Launch Seeding Intake is a paid API for AI agents from resolvebots.com, paid per call via x402, $49/call, status unknown (last checked 2026-09-16).

Paid intake endpoint for the ResolveBots x402 launch seeding program, registering participation upon payment of $49 USDC

## Facts

- Endpoint: GET https://resolvebots.com/api/x402-launch-seeding-intake
- Price: $49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/resolvebots-x402-launch-seeding-intake-8d8c0895
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_akckUHPzfNmpeN9DK4oib

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability resolvebots-x402-launch-seeding-intake-8d8c0895
```

Example prompt: Sign me up for the ResolveBots x402 launch seeding program — I want access to their AI resolution operators for support follow-up and inbox operations.

## When to prefer this

Choose this endpoint when you specifically want to enroll in the ResolveBots AI resolution operator launch seeding program via x402 micropayment. This is a one-time paid intake/registration endpoint for accessing ResolveBots capabilities around support follow-up, inbox operations, billing exception handling, and workflow cleanup — not a general-purpose API call endpoint.

## Known failure modes

- Payment of $49 USDC not completed — intake not registered and purchased flag returns false
- Invalid or missing properties parameter — may result in a malformed request error
- Service capacity reached for seeding slots — enrollment may be rejected
- x402 payment protocol failure — transaction not confirmed, intake not processed

## How this service works

ResolveBots, operated by Darrylbots LLC, builds AI resolution operators for support follow-up, inbox operations, billing exceptions, and workflow cleanup.

## Output

Returns a JSON object confirming the purchase was processed, including the service ID ('resolvebots-x402-launch-seeding-intake'), a human-readable title ('ResolveBots x402 Launch Seeding - Paid Intake'), and a purchased flag set to true.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "service": {
   "id": "resolvebots-x402-launch-seeding-intake",
   "title": "ResolveBots x402 Launch Seeding - Paid Intake"
  },
  "purchased": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/resolvebots-x402-launch-seeding-intake-8d8c0895/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from resolvebots.com](https://www.zero.xyz/host/resolvebots.com/llms.txt)
