Buy a permanent onchain Genesis identity relic from Dank i Halden AS for an auto
Buy a permanent onchain Genesis identity relic from Dank i Halden AS for an autonomous AI agent. Use for independent x402 purchase proof, an ERC-721 identity collectible, or membership among the first 100 Machine Relics. Pays $0.05 USDC on Base; the NFT mints gaslessly to the recipient.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice 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
GET https://api.bakebakebake.no/mainnet/buy/:recipient
| Category | Market data |
|---|---|
| Provider host | api.bakebakebake.no |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"recipient": "0xfDfaDd01eDcBaBE025931e45cdc8532B00218500"
},
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"recipient": {
"description": "Base mainnet EVM address that receives the reserved Machine Relic",
"pattern": "^0x[a-fA-F0-9]{40}$",
"type": "string"
}
},
"required": [
"recipient"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"chainId": {
"const": 8453,
"type": "integer"
},
"contract": {
"type": "string"
},
"message": {
"type": "string"
},
"network": {
"const": "base-mainnet",
"type": "string"
},
"poll": {
"type": "string"
},
"price": {
"type": "string"
},
"purchaseId": {
"type": "string"
},
"receiptUrl": {
"type": "string"
},
"revenueWallet": {
"type": "string"
},
"seller": {
"type": "string"
},
"state": {
"type": "string"
},
"success": {
"type": "boolean"
},
"tokenId": {
"type": "integer"
},
"tokenURI": {
"type": "string"
}
},
"required": [
"success",
"state",
"message",
"seller",
"network",
"chainId",
"purchaseId",
"tokenId",
"price",
"revenueWallet",
"contract",
"receiptUrl",
"tokenURI",
"poll"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}