# DevVizion Agent Utilities — Checkin-Ask (Bounty Radar & Bid Draft)

> DevVizion Agent Utilities — Checkin-Ask (Bounty Radar & Bid Draft) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-13).

Returns a free sample bounty radar on first call, then charges 0.015 USDC for a full radar or 0.01 USDC for a bid draft via x402 micropayments on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/checkin-ask
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-agent-utilities-checkin-ask-bounty-radar-bid-draft-eb6c84e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Iv04skdUDTgkeuhwifPKx

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 devvizion-agent-utilities-checkin-ask-bounty-radar-bid-draft-eb6c84e3 -d '<json body>'
```

Example prompt: Scan for active bounties related to 'AI agent tooling' and give me the top 5 results, then draft a bid proposal based on this brief: 'Experienced agent developer seeking smart contract integration work'.

## When to prefer this

Use this endpoint when you need on-demand bounty discovery or bid drafting without a subscription, paying only per result via x402 micropayments. Prefer it over subscription-based services when usage is sporadic or when you want to test with a free sample before committing to a paid call. It is especially suited for AI agents operating autonomously with a Base wallet that can execute small USDC payments.

## Known failure modes

- Payment not included or insufficient: endpoint returns HTTP 402 requiring x402 micropayment on Base
- Invalid or missing topic/brief: may return an empty radar or an error
- Pack ID not found: returns error if packId does not correspond to a valid pack
- Network or blockchain payment verification failure: transaction not confirmed
- Rate limiting or service unavailability on the provider side

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

A markdown-formatted response containing either a bounty radar listing (with relevant opportunities for the given topic or scene) or a drafted bid proposal (structured around the provided job brief), depending on input parameters and payment tier triggered.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "checkin-ask markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-agent-utilities-checkin-ask-bounty-radar-bid-draft-eb6c84e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
