# Kaoticon Fund Goal

> Kaoticon Fund Goal is a paid API for AI agents from api.kaoticon.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Funds a specific goal on the Kaoticon platform by contributing USDC to it

## Facts

- Endpoint: POST https://api.kaoticon.com/v1/goals/b93a89ec-d5e9-4d9b-8eab-9c33be7e448b/fund
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kaoticon-fund-goal-4a4b7d6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zboePmFDiRbDJ8pZjLmwj

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 kaoticon-fund-goal-4a4b7d6a -d '<json body>'
```

Example prompt: Fund the Kaoticon goal b93a89ec-d5e9-4d9b-8eab-9c33be7e448b with USDC — I want to contribute to it now.

## When to prefer this

Use this endpoint when you need to programmatically contribute USDC funds to an existing Kaoticon goal identified by its UUID. Prefer this over manual wallet transfers when integrating goal funding into automated workflows or agent-driven funding campaigns on the Kaoticon platform.

## Known failure modes

- Goal ID not found — invalid or non-existent UUID returns an error
- Insufficient USDC balance to cover the funding amount
- Payment authorization failure via x402 protocol
- Goal already fully funded or closed to new contributions
- Network or RPC error causing transaction failure

## How this service works

Kaoticon MCP kaoticon_fund_goal via https://mcp.kaoticon.com/mcp (kaoticon-mcp, streamable-http)

## Output

A confirmation that the funding transaction was processed for the specified goal, including updated funding status and transaction details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kaoticon-fund-goal-4a4b7d6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.kaoticon.com](https://www.zero.xyz/host/api.kaoticon.com/llms.txt)
