# Losbeto AI Portfolio Copilot

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

Returns a consolidated DeFi intelligence report covering best yields, market regime, credit profile, and allocation mode in a single AI-generated response.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/portfolio-copilot
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-ai-portfolio-copilot-0b61f527
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_POUx_Zy4-YpS3L-PNInXy

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-ai-portfolio-copilot-0b61f527
```

Example prompt: Give me a full DeFi portfolio briefing — best yields available right now, what market regime we're in, my credit profile, and what allocation mode makes sense — return it as JSON.

## When to prefer this

Choose this endpoint when you need a single, holistic DeFi portfolio intelligence report that combines yield data, market regime, credit profiling, and allocation guidance in one call — rather than querying separate endpoints for each data type. Ideal for agents that need a quick, premium all-in-one briefing rather than granular raw data.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required)
- Upstream DeFi data sources temporarily unavailable causing degraded or stale output
- Invalid format query parameter returns error or defaults to JSON
- Rate limiting if called too frequently
- Timeout if aggregating multiple live data feeds takes too long

## How this service works

Bundle premium: risco, yield, arbitragem e plano de ação para carteira

## Output

A structured JSON object containing: top DeFi yield opportunities ranked by return, current market regime classification (e.g. bull/bear/ranging), a credit profile assessment, and a recommended allocation mode — all synthesized by an AI copilot into a single premium response.

## 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": "AI portfolio copilot: best DeFi yields, market regime, credit profile and allocation mode in one premium response."
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-ai-portfolio-copilot-0b61f527/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)
