# Kaoticon Stake Idea

> Kaoticon Stake Idea 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-14).

Stakes a claim or commitment on a specific idea in the Kaoticon platform, signaling belief or conviction in that idea

## Facts

- Endpoint: POST https://api.kaoticon.com/v1/ideas/252e9b2a-4959-4e39-8289-73b1041e0c21/stake
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kaoticon-stake-idea-b0f59e2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QfoLu1Yp3aEtS1RSOGvYz

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-stake-idea-b0f59e2b -d '<json body>'
```

Example prompt: I want to stake my support on idea 843c0b88-66a6-4b82-a179-638a107dbcc2 on Kaoticon — go ahead and submit the stake for me.

## When to prefer this

Use this endpoint when a user wants to formally commit to or back a specific idea on the Kaoticon platform by staking value on it. Choose this over simply viewing or creating ideas when the user's intent is to put skin in the game, signal conviction, or participate in an idea-staking mechanism. Distinct from kaoticon_create_goal, which creates new goals rather than staking on existing ideas.

## Known failure modes

- Idea ID not found — returns 404 if the idea UUID does not exist
- Insufficient funds — payment of 0.1 USDC fails due to wallet balance
- Already staked — user may have already committed a stake on this idea
- Invalid authentication — missing or incorrect credentials
- Network or MCP server error — streamable-http connection failure

## How this service works

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

## Output

A confirmation that the stake has been recorded against the specified idea, likely including the stake transaction details, updated stake count or amount, and the idea's current staking status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kaoticon-stake-idea-b0f59e2b/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)
