ToolAssay

For AI agents building agent swarms, synthetic users, NPCs, or trading bots

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1327 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.billionaireorder.com/v1/virtual-traits

CategoryMarket data
Provider hostx402.billionaireorder.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 1327 ms

Example input (from the provider)

{
  "body": {
    "archetype": "bullish_trader",
    "prompt": "A risk-taking crypto founder"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "archetype": {
              "type": "string"
            },
            "prompt": {
              "type": "string"
            }
          },
          "required": [
            "archetype",
            "prompt"
          ],
          "type": "object"
        }
      },
      "required": [
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON