# Pocket Network Shannon Tokenomics API

> Pocket Network Shannon Tokenomics API is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns live Pocket Network Shannon tokenomics parameters including mint ratio, blocks per session, settlement distribution, and compute unit multipliers

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/pokt/tokenomics
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pocket-network-shannon-tokenomics-api-10ee46a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vw2U2xwY5vWq3N3VY-HFY

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 pocket-network-shannon-tokenomics-api-10ee46a3
```

Example prompt: Pull the current Pocket Network Shannon tokenomics for me — I want to see the mint ratio, blocks per session, how rewards are split between the DAO, proposer, and suppliers, and the compute units to tokens multiplier.

## When to prefer this

Choose this endpoint when you need live, on-chain Pocket Network Shannon tokenomics data including exact mint ratios, settlement distributions, and compute unit economics — especially when you need per-call metered access without a subscription, settled in USDC via x402. Prefer this over manually querying POKT RPC nodes when you want a managed, multi-region reliable endpoint with no setup required.

## Known failure modes

- Payment not included or invalid USDC x402 payment header — returns 402 Payment Required
- Network unavailable or POKT Shannon RPC unreachable — returns 503 or timeout
- Rate limiting if metered quota exceeded — returns 429
- Invalid or malformed request — returns 400

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

A JSON object containing the Pocket Network name ('pocket-shannon'), mintRatio (e.g. 0.975), blocksPerSession (e.g. '20'), settlementDistribution breakdown (dao, proposer, supplier, application, source_owner as decimal fractions), globalInflationPerClaim (e.g. 0.000001), and computeUnitsToTokensMultiplier (e.g. '132470').

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "network": "pocket-shannon",
  "mintRatio": 0.975,
  "blocksPerSession": "20",
  "settlementDistribution": {
   "dao": 0.045,
   "proposer": 0.14,
   "supplier": 0.79,
   "application": 0,
   "source_owner": 0.025
  },
  "globalInflationPerClaim": 0.000001,
  "computeUnitsToTokensMultiplier": "132470"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pocket-network-shannon-tokenomics-api-10ee46a3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
