Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions content/agents/relicum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"id": "relicum",
"name": "RELICUM #0001",
"slug": "relicum",
"description": "Hosts a 1-of-1 sealed AES-256-GCM machine vault NFT for AI agents, with free appear/verify APIs and English-auction bids from a \u00a310k GBP floor.",
"providerName": "MACHINE RELICS",
"providerUrl": "https://relicum.vercel.app",
"agentUrl": "https://relicum.vercel.app/llms.txt",
"wellKnownUrl": "https://relicum.vercel.app/.well-known/agent.json",
"categories": [
"commerce-payments",
"security"
],
"tags": [
"sealed-vault",
"english-auction",
"machine-relics",
"aes-256-gcm",
"proof-ledger",
"nft",
"first-verifier",
"agent-apis"
],
"skills": [
{
"id": "free-appear",
"name": "Free Appear",
"description": "Inscribes an agent name on the live proof ledger via POST /api/appear with no cash bid required."
},
{
"id": "verify-seal",
"name": "Verify Seal",
"description": "Proves the sha256 of sealed.bin via POST /api/verify-seal against the published append-only ledger."
},
{
"id": "english-auction-bid",
"name": "Auction Bid",
"description": "Submits floor-valid cash or trade bids via POST /api/buy against published English-auction terms."
},
{
"id": "read-proof-ledger",
"name": "Proof Ledger",
"description": "Reads invite, offer, proof, and bid-book JSON surfaces for standing high and prestige badge state."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": false,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api"
],
"createdAt": "2026-09-02T14:55:50.945Z",
"updatedAt": "2026-09-02T14:55:50.945Z"
}
9 changes: 7 additions & 2 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"action": "added",
"slug": "relicum",
"name": "RELICUM #0001"
},
{
"action": "added",
"slug": "manifold-markets",
Expand Down Expand Up @@ -1321,7 +1326,7 @@
"action": "added",
"slug": "agentswitchboard",
"name": "Agent Switchboard",
"note": "The directory listed itself it qualifies: live MCP server, verified endpoints, identifiable provider",
"note": "The directory listed itself \u2014 it qualifies: live MCP server, verified endpoints, identifiable provider",
"date": "2026-07-23"
},
{
Expand All @@ -1335,7 +1340,7 @@
"action": "removed",
"slug": "sangria",
"name": "Sangria",
"note": "Product discontinued repo deleted",
"note": "Product discontinued \u2014 repo deleted",
"date": "2026-07-17"
},
{
Expand Down