The winner's claim of one face of the Earth's mesh for one term: for one term the face is
The winner's claim of one face of the Earth's mesh for one term: for one term the face is yours alone, the gavel says so and a public chain proves it. Bid first, free, at POST /api/bid {addr, amount_degrees, salt}; after the gavel GET this route with the receipt's addr, start, amount and salt; a winner pays the clearing price here — a dollar at the reserve, USDC on Base — and the lease issues. Catalog: /api/catalog. Pages: /llms.txt.
1000000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-10
updated
Provider
geolithicintelligence.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x54E26771267A0b774341882272e953cC833A2fe0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"addr": "F13.2013102",
"amount": "0.002197265625",
"salt": "e9b559a27ae71c80c4e4398f8f90f87d",
"start": "2026-09-09T02:55:05"
},
"type": "http"
},
"output": {
"example": {
"addr": "F13·2013102",
"lease_hash": "e9035f86…",
"level": 7,
"settled": "paid",
"spec": "geo.lease.v1-draft"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"addr": {
"type": "string"
},
"amount": {
"type": "string"
},
"salt": {
"type": "string"
},
"start": {
"type": "string"
}
},
"required": [
"addr",
"start",
"amount",
"salt"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://geolithicintelligence.com/api/claim" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://geolithicintelligence.com/api/claim");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://geolithicintelligence.com/api/claim")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13220.json, and this resource appears in /discovery/resources and /discovery/search.