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
- Which indexed records are most relevant to a bounded research question?
- Where should an agent inspect the Gateway Process record next?
- Which government-released records match remote-viewing terminology?
- Which bibliographic sources and likely pages discuss consciousness?
- What source trail should be checked before drafting a claim?
$ jq '.sources[]' paid-result.json
What the paid response contains
- Ranked bibliographic source identity
- Relevance scores and matched search terms
- Likely relevant page locations
- Public access links when a reviewed link is available
- Explicit limitations and the index version used
$ 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.
$ cat public-boundary.txt
A source finder, not unrestricted archive access
- No source files or extracted passages are delivered.
- No private paths, original filenames, or library inventory are exposed.
- Page locations identify where to inspect, not whether a claim is true.
- The 76-source index is curated, bounded, and not a comprehensive literature review.
- Source identity and evidence quality still require human or agent evaluation.