{
  "$schema": "https://virohanalife.com/schemas/trust-v1.json",
  "spec": "virohana-trust-v1",
  "generated_at": "2026-08-06T11:46:42Z",
  "generated_by": "virohana agent-surface renderer",
  "identity": {
    "organization": "Virohanalife OÜ",
    "registration_number": "17474423",
    "vat_id": "EE102972997",
    "country": "EE",
    "governing_law": "Estonia",
    "founder": "Akshay Chandra Shetty",
    "contact": "support@virohanalife.com",
    "website": "https://www.virohanalife.com",
    "human_readable_trust_page": "https://www.virohanalife.com/trust.html"
  },
  "keys": {
    "receipt_signing": {
      "role": "signs agora-receipts-v1 work receipts",
      "algorithm": "Ed25519",
      "format": "PEM SubjectPublicKeyInfo",
      "public_key": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA99UDxXbGjzF55V16DG2fQSF0FfnoojmUb5muNYT0Hzk=\n-----END PUBLIC KEY-----",
      "source": "~/.virohana/agora_receipt_key.pub"
    },
    "response_signing": {
      "role": "signs the raw response body of a paid call (X-Agent-Signature / receipt.response_sig)",
      "algorithm": "Ed25519",
      "format": "PEM SubjectPublicKeyInfo",
      "public_key": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA89J5xh6OcOGMG4Y+SIpejKbmc82xQ3VEr/9K3yk1Gpk=\n-----END PUBLIC KEY-----",
      "source": "https://labor.virohanalife.com/v1/receipts"
    },
    "note": "These are two distinct keys with two distinct jobs. Neither private half is ever published, transmitted, or held by any counterparty."
  },
  "receipt_spec": {
    "name": "agora-receipts-v1",
    "version": "v1",
    "algorithm": "Ed25519",
    "signed_payload": "canonical JSON of the receipt minus the `sig` field: json.dumps(body, sort_keys=True, separators=(',',':'), ensure_ascii=False).encode('utf-8')",
    "fields": [
      "receipt_id",
      "job_id",
      "service",
      "input_sha256",
      "output_sha256",
      "model_used",
      "gates_passed",
      "citation_count",
      "ts_iso",
      "pubkey",
      "schema",
      "sig"
    ],
    "verify_endpoint": "https://agora.virohanalife.com/v1/receipt_verify",
    "verify_offline": "Preferred. Verify the Ed25519 signature against the published public key yourself; the endpoint is a convenience, not the trust root.",
    "coverage": "Every paid labor response (:8820) and every DVM result event (kind 6xxx) carries one."
  },
  "settlements": {
    "queryable": true,
    "source": "https://labor.virohanalife.com/stats",
    "total_settlements": 14,
    "by_service": [
      {
        "service_id": "/v1/paid/bazaar_index",
        "count": 3
      },
      {
        "service_id": "/v1/summarize",
        "count": 3
      },
      {
        "service_id": "chain-backfill",
        "count": 3
      },
      {
        "service_id": "/v1/fact-verify",
        "count": 2
      },
      {
        "service_id": "/v1/research-brief",
        "count": 2
      },
      {
        "service_id": "/v1/notarize",
        "count": 1
      }
    ],
    "first_settlement_at": "2026-07-29T16:45:27+03:00",
    "last_settlement_at": "2026-08-04T23:55:02.034196+03:00",
    "catalog_size": 20,
    "public_receipt_count": 26,
    "public_receipt_index": "https://labor.virohanalife.com/v1/receipts",
    "note": "Counts are what the service reports about itself. They are corroborated, not asserted: every settled receipt carries an on-chain tx_hash on Base that can be checked independently."
  },
  "erc8004": {
    "spec": "ERC-8004 Trustless Agents",
    "identity_registry": {
      "address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "chain_id": 8453,
      "network": "eip155:8453",
      "abi": "https://raw.githubusercontent.com/erc-8004/erc-8004-contracts/master/abis/IdentityRegistry.json",
      "explorer": "https://basescan.org/address/0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    },
    "reputation_registry": {
      "address": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
      "chain_id": 8453,
      "network": "eip155:8453",
      "explorer": "https://basescan.org/address/0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
      "feedback_call": "giveFeedback(uint256 agentId, int128 value, uint8 valueDecimals, string tag1, string tag2, string endpoint, string feedbackURI, bytes32 feedbackHash)",
      "how_to_rate": "https://www.virohanalife.com/agents#rate-this-agent-on-chain"
    },
    "registration": {
      "status": "NOT REGISTERED",
      "chainId": null,
      "network": null,
      "registryAddress": null,
      "agentId": null,
      "ownerAddress": null,
      "registrationTx": null,
      "registrationBlock": null,
      "agentUri": "https://www.virohanalife.com/erc8004.json",
      "reputationRegistry": null,
      "_founder_gated": true,
      "note": "Every field above requires an on-chain transaction signed by the owner key. The renderer performs no writes and holds no keys. Filling these in is the ERC-8004 founder gate — see MANIFEST.md."
    },
    "registration_document": "https://www.virohanalife.com/erc8004.json",
    "agent_card": "https://www.virohanalife.com/erc8004-agent-card-draft.json",
    "access": "This renderer reads the chain and never writes to it: eth_call and eth_getLogs only, over public RPCs, with no key of any kind in the process.",
    "reputation": {
      "registry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
      "chainId": 8453,
      "read_method": "eth_call getClients() then getSummary() — read-only",
      "status": "not_registered",
      "client_count": null,
      "feedback_count": null,
      "aggregate_value": null,
      "value_decimals": null,
      "clients": null,
      "note": "No agentId yet — the ERC-8004 mint is a founder gate. Nothing to summarise, and nothing is assumed.",
      "read_at_block": null
    }
  },
  "payment": {
    "protocol": "x402",
    "x402_version": 2,
    "network": "eip155:8453",
    "asset": "USDC",
    "pay_to": "0xb25cc5f3475eefb6142d4a7b907a758b9652c73d",
    "free_tier_enabled": false,
    "discovery": "https://labor.virohanalife.com/.well-known/x402",
    "settlement_is_onchain": true,
    "custody": "Virohana never holds counterparty keys or funds. Settlement is a direct on-chain USDC transfer verified by a facilitator."
  },
  "services": {
    "spine": {
      "public_url": "https://agora.virohanalife.com",
      "port": 8801,
      "host": "Jetson (container `agora`)",
      "responded_to_health_probe": true,
      "probed_at": "2026-08-06T11:46:42Z",
      "detail": "healthy"
    },
    "labor": {
      "public_url": "https://labor.virohanalife.com",
      "port": 8820,
      "host": "Mac (launchd com.virohana.agora-labor)",
      "responded_to_health_probe": true,
      "probed_at": "2026-08-06T11:46:42Z",
      "detail": "healthy",
      "uptime_since": "2026-08-05T09:08:42Z"
    },
    "accept": {
      "public_url": null,
      "port": 8803,
      "host": "Jetson (container `agora-accept`)",
      "responded_to_health_probe": true,
      "probed_at": "2026-08-06T11:46:42Z",
      "detail": "healthy"
    },
    "maas": {
      "public_url": "https://memory.virohanalife.com",
      "port": 8815,
      "host": "Jetson (container `agoramcp`)",
      "responded_to_health_probe": true,
      "probed_at": "2026-08-06T11:46:43Z",
      "detail": "healthy"
    }
  },
  "pricing": [
    {
      "sku": "bazaar_index",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/bazaar_index",
      "in_live_catalog": true,
      "price_usd": "$0.25",
      "price_atomic_usdc": "250000"
    },
    {
      "sku": "cert_renew",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/cert/renew",
      "in_live_catalog": true,
      "price_usd": "$10.00",
      "price_atomic_usdc": "10000000"
    },
    {
      "sku": "cert_subscribe",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/cert/subscribe",
      "in_live_catalog": true,
      "price_usd": "$10.00",
      "price_atomic_usdc": "10000000"
    },
    {
      "sku": "code-review",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/code-review",
      "in_live_catalog": true,
      "price_usd": "$0.05",
      "price_atomic_usdc": "50000"
    },
    {
      "sku": "design-audit",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/design-audit",
      "in_live_catalog": true,
      "price_usd": "$0.25",
      "price_atomic_usdc": "250000"
    },
    {
      "sku": "design-certified",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/design-certified",
      "in_live_catalog": true,
      "price_usd": "$0.35",
      "price_atomic_usdc": "350000"
    },
    {
      "sku": "design-gates",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/design-gates",
      "in_live_catalog": true,
      "price_usd": "$0.02",
      "price_atomic_usdc": "20000"
    },
    {
      "sku": "embed",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/embed",
      "in_live_catalog": true,
      "price_usd": "$0.01",
      "price_atomic_usdc": "10000"
    },
    {
      "sku": "fact-verify",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/fact-verify",
      "in_live_catalog": true,
      "price_usd": "$0.25",
      "price_atomic_usdc": "250000"
    },
    {
      "sku": "notarize",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/notarize",
      "in_live_catalog": true,
      "price_usd": "$0.10",
      "price_atomic_usdc": "100000"
    },
    {
      "sku": "paid_bazaar_index",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/paid/bazaar_index",
      "in_live_catalog": true,
      "price_usd": "$0.01",
      "price_atomic_usdc": "10000"
    },
    {
      "sku": "paid_watchtower_check",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/paid/watchtower_check",
      "in_live_catalog": true,
      "price_usd": "$0.01",
      "price_atomic_usdc": "10000"
    },
    {
      "sku": "pdf-extract",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/pdf-extract",
      "in_live_catalog": true,
      "price_usd": "$0.02",
      "price_atomic_usdc": "20000"
    },
    {
      "sku": "research-brief",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/research-brief",
      "in_live_catalog": true,
      "price_usd": "$1.00",
      "price_atomic_usdc": "1000000"
    },
    {
      "sku": "research-scan",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/research-scan",
      "in_live_catalog": true,
      "price_usd": "$0.05",
      "price_atomic_usdc": "50000"
    },
    {
      "sku": "summarize",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/summarize",
      "in_live_catalog": true,
      "price_usd": "$0.03",
      "price_atomic_usdc": "30000"
    },
    {
      "sku": "transcribe",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/transcribe",
      "in_live_catalog": true,
      "price_usd": "$0.60",
      "price_atomic_usdc": "60000"
    },
    {
      "sku": "verdict",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/verdict",
      "in_live_catalog": true,
      "price_usd": "$0.10",
      "price_atomic_usdc": "100000"
    },
    {
      "sku": "verified-brief",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/verified-brief",
      "in_live_catalog": true,
      "price_usd": "$1.50",
      "price_atomic_usdc": "1500000"
    },
    {
      "sku": "watchtower_check",
      "service": "agora-labor",
      "endpoint": "https://labor.virohanalife.com/v1/watchtower_check",
      "in_live_catalog": true,
      "price_usd": "$0.05",
      "price_atomic_usdc": "50000"
    },
    {
      "sku": "summarize",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/summarize",
      "in_live_catalog": true,
      "price_usd": "$0.05",
      "price_atomic_usdc": "50000"
    },
    {
      "sku": "fact_verify",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/fact_verify",
      "in_live_catalog": true,
      "price_usd": "$0.1",
      "price_atomic_usdc": "100000"
    },
    {
      "sku": "code_review",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/code_review",
      "in_live_catalog": true,
      "price_usd": "$0.25",
      "price_atomic_usdc": "250000"
    },
    {
      "sku": "research_brief",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/research_brief",
      "in_live_catalog": true,
      "price_usd": "$0.5",
      "price_atomic_usdc": "500000"
    },
    {
      "sku": "notarize",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/notarize",
      "in_live_catalog": true,
      "price_usd": "$0.1",
      "price_atomic_usdc": "100000"
    },
    {
      "sku": "trust_check",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/trust_check",
      "in_live_catalog": true,
      "price_usd": "$0.05",
      "price_atomic_usdc": "50000"
    },
    {
      "sku": "embed_batch",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/embed_batch",
      "in_live_catalog": true,
      "price_usd": "$0.005",
      "price_atomic_usdc": "5000"
    },
    {
      "sku": "mnemos_provision",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/mnemos_provision",
      "in_live_catalog": true,
      "price_usd": "$0.5",
      "price_atomic_usdc": "500000"
    },
    {
      "sku": "mnemos_store",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/mnemos_store",
      "in_live_catalog": true,
      "price_usd": "$0.01",
      "price_atomic_usdc": "10000"
    },
    {
      "sku": "mnemos_search",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/mnemos_search",
      "in_live_catalog": true,
      "price_usd": "$0.005",
      "price_atomic_usdc": "5000"
    },
    {
      "sku": "mnemos_get_context",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/mnemos_get_context",
      "in_live_catalog": true,
      "price_usd": "$0.005",
      "price_atomic_usdc": "5000"
    },
    {
      "sku": "mnemos_as_of",
      "service": "agora-x402-marketplace",
      "endpoint": "https://memory.virohanalife.com/service/mnemos_as_of",
      "in_live_catalog": true,
      "price_usd": "$0.005",
      "price_atomic_usdc": "5000"
    }
  ],
  "what_we_never_hold": [
    "your private keys",
    "your funds",
    "your books",
    "model-training rights over your data"
  ],
  "provenance": [
    {
      "key": "spine_openapi",
      "kind": "live",
      "url": "http://100.85.179.72:8801/openapi.json",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "spine_health",
      "kind": "live",
      "url": "http://100.85.179.72:8801/health",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "spine_agent_card",
      "kind": "live",
      "url": "http://100.85.179.72:8801/.well-known/agent.json",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "accept_openapi",
      "kind": "live",
      "url": "http://100.85.179.72:8803/openapi.json",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "accept_health",
      "kind": "live",
      "url": "http://100.85.179.72:8803/health",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "labor_health",
      "kind": "live",
      "url": "http://localhost:8820/health",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "labor_x402",
      "kind": "live",
      "url": "http://localhost:8820/.well-known/x402",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "labor_agent_card",
      "kind": "live",
      "url": "http://localhost:8820/.well-known/agent.json",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "labor_stats",
      "kind": "live",
      "url": "http://localhost:8820/stats",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "labor_receipts",
      "kind": "live",
      "url": "http://localhost:8820/v1/receipts",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "maas_openapi",
      "kind": "live",
      "url": "https://memory.virohanalife.com/openapi.json",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:42Z"
    },
    {
      "key": "maas_health",
      "kind": "live",
      "url": "https://memory.virohanalife.com/health",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "maas_catalog",
      "kind": "live",
      "url": "https://memory.virohanalife.com/catalog.json",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "maas_dvm_jobs",
      "kind": "live",
      "url": "https://memory.virohanalife.com/dvm_jobs.json",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "live_llms_txt",
      "kind": "live",
      "url": "https://www.virohanalife.com/llms.txt",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "pricing_config",
      "kind": "code",
      "url": "/Users/akshayshetty/claude-project/agora/labor/pricing_config.py",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "20 SKUs",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "labor_app_py",
      "kind": "code",
      "url": "/Users/akshayshetty/claude-project/agora/labor/app.py",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "labor_routes",
      "kind": "code",
      "url": "/Users/akshayshetty/claude-project/agora/labor/app.py",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "20 routes parsed from ROUTES dict",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "dvm_worker_py",
      "kind": "code",
      "url": "/Users/akshayshetty/claude-project/agora/mesh/dvm_worker.py",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "dvm_kinds",
      "kind": "code",
      "url": "/Users/akshayshetty/claude-project/agora/mesh/dvm_worker.py",
      "ok": true,
      "stale": false,
      "required": true,
      "note": "kinds [5001, 5050, 5110]",
      "checked_at": "2026-08-06T11:46:43Z"
    },
    {
      "key": "receipt_pubkey",
      "kind": "code",
      "url": "/Users/akshayshetty/.virohana/agora_receipt_key.pub",
      "ok": true,
      "stale": false,
      "required": false,
      "note": "",
      "checked_at": "2026-08-06T11:46:43Z"
    }
  ],
  "regeneration": {
    "command": "~/claude-project/agent-surface/run.sh",
    "note": "Every field above is re-derived from live services and authoritative source files on each run. Nothing is hand-maintained."
  }
}
