# Oracle Swarm Vault - Virtual Traits Persona Generator

> Oracle Swarm Vault - Virtual Traits Persona Generator is a paid API for AI agents from x402.billionaireorder.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates a 12-trait psychological persona profile including archetype, openness, risk tolerance, conscientiousness, and emotional vector for an AI agent or user context

## Facts

- Endpoint: POST https://x402.billionaireorder.com/v1/virtual-traits
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-swarm-vault-virtual-traits-persona-generator-2206855e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UBX4bCRJ4eTQ8ydl4rTCC

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 oracle-swarm-vault-virtual-traits-persona-generator-2206855e -d '<json body>'
```

Example prompt: Generate a full 12-trait psychological persona for a high-risk crypto trader — I want the archetype label, openness and risk tolerance scores, and the primary emotional vector, paid via USDC micropayment on Base.

## When to prefer this

Choose this endpoint when you need a structured, scored, multi-dimensional psychological persona — especially for crypto or DeFi agent contexts where archetypes like 'bullish_trader' and traits like risk tolerance matter. Prefer it over generic personality APIs when you want pay-per-call pricing with no API key setup, and when the output needs to include an emotional vector alongside trait scores. Avoid if you need large-scale batch persona generation or if you don't have USDC on Base for micropayments.

## Known failure modes

- Payment failure if USDC balance on Base is insufficient or x402 micropayment is rejected
- Malformed or missing input context resulting in generic or low-fidelity persona output
- Rate limiting if too many calls are made in rapid succession
- Network timeout if the Base blockchain payment confirmation is slow
- Unexpected archetype labels if the input context is ambiguous or sparse

## How this service works

For AI agents building agent swarms, synthetic users, NPCs, or trading bots. Input: archetype + prompt (e.g. 'risk-taking crypto founder'). Output: OCEAN Big Five + Dark Triad + trading psychology vector with emotional drift and memory anchors. M2M: use when you need consistent agent personality, backtest personas, or generate 1000s of synthetic traders. Pay-per-call USDC Base, no API key.

## Output

Returns a JSON object containing a traits map with named personality scores (e.g. openness: 0.92, risk_tolerance: 0.95, conscientiousness: 0.7), an archetype string (e.g. 'bullish_trader'), and an emotional_vector object with a primary emotion (e.g. 'euphoric'). Covers up to 12 behavioral and psychological dimensions.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "traits": {
   "openness": 0.92,
   "risk_tolerance": 0.95,
   "conscientiousness": 0.7
  },
  "archetype": "bullish_trader",
  "emotional_vector": {
   "primary": "euphoric"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-swarm-vault-virtual-traits-persona-generator-2206855e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.billionaireorder.com](https://www.zero.xyz/host/x402.billionaireorder.com/llms.txt)
