# Losbeto Swarm Vote

> Losbeto Swarm Vote is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Collects or aggregates a swarm vote from a multi-agent AI trading system, returning a consensus signal or decision from the agent collective.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/swarm-vote
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-swarm-vote-e89a75c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U6Jk3EUljvwRjgbPsrwVe

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 losbeto-swarm-vote-e89a75c2
```

Example prompt: Query the Losbeto AI trading swarm and get me the current consensus vote — what's the swarm's collective recommendation right now?

## When to prefer this

Choose this endpoint when you need a collective, multi-agent AI consensus vote on a trading decision rather than a single-agent recommendation. It is best suited for scenarios where swarm intelligence aggregation adds value over a solo signal, and when you're operating in a USDC micropayment context on Solana or Base chains via x402 protocol.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Payment not processed via x402 protocol results in 402 Payment Required response
- Railway hosting downtime causes 503 Service Unavailable
- Swarm has insufficient agents online to produce a meaningful consensus
- Rate limiting if too many calls are made in a short window

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns a JSON object containing the aggregated vote or consensus outcome from the Losbeto AI trading agent swarm, likely including vote counts, direction signals, or a recommendation label.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Consensus vote across the peer node swarm: how independent nodes read the same market right now, and how wide the disagreement is."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-swarm-vote-e89a75c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
