LIVE RESEARCH API / BASE MAINNET X402

POST /v1/psi/source-pack

Give an agent a question. Get back the source trail.

The Logos Chirality Research Source Finder searches a curated 76-source bibliographic index and returns where an agent should look next. It is designed for bounded research involving consciousness, psychical research, parapsychology, remote viewing, the Gateway Process, and related government-released records.

Access
agent-paid
Default result
5 sources
Default settlement
$0.10 USDC
Maximum authorization
$0.25 USDC

$ cat intended-use.txt

Questions it can help route

$ jq '.sources[]' paid-result.json

What the paid response contains

$ cat payment-contract.txt

Automatic agent payment

The endpoint uses x402 v2 on Base mainnet. An agent sends its JSON research query, receives a standard payment requirement, signs with its programmatic wallet, and retries the request with payment. No customer account or API subscription is required.

Pricing is $0.05 plus $0.01 per delivered source. A five-source result settles at $0.10. The buyer authorizes no more than $0.25, and the metered settlement cannot exceed that authorization.

POST https://api.unland.dev/v1/psi/source-pack
Content-Type: application/json

{
  "query": "What does the Gateway Process report say about consciousness?",
  "maxSources": 5
}

$ agent buy-source-trail

One request, standard payment retry

Use an x402 v2 client with EVM upto support. It sends the JSON request normally, reads the 402 PAYMENT-REQUIRED contract, signs within the published maximum, and retries with aPAYMENT-SIGNATURE. No customer account, API key, or subscription is needed for the paid route.

The successful response contains the source trail and aPAYMENT-RESPONSE settlement record. The route remains useful only for source navigation: validate the underlying sources before treating a claim as established.

READ THE X402 BUYER FLOW

$ cat public-boundary.txt

A source finder, not unrestricted archive access