Card snapshot
radix.wiki
·
2026-08-02 18:03:25 UTC
·
95f1433cf25b907a88bd85daf896bbe60291f7ed8054481ddc1f3b0043ac71f3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Radix Wiki",
"description": "Community-maintained knowledge base for Radix DLT \u2014 the layer-1 blockchain with linear scalability and asset-oriented smart contracts.",
"url": "https://radix.wiki",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "search",
"name": "Search Wiki",
"description": "Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.",
"tags": [
"search",
"radix",
"blockchain",
"wiki",
"scrypto",
"defi"
],
"examples": [
"Search for Cerberus consensus",
"Find pages about Scrypto",
"What is Xi'an sharding?"
]
},
{
"id": "read",
"name": "Get Page",
"description": "Fetch the full text content of a specific Radix Wiki page.",
"tags": [
"read",
"content",
"article",
"documentation"
],
"examples": [
"Read the Radix Engine overview",
"Get the Xi'an roadmap page"
]
},
{
"id": "list",
"name": "List Pages",
"description": "List Radix Wiki pages, optionally filtered by tag path.",
"tags": [
"list",
"browse",
"categories"
]
},
{
"id": "ideas-board",
"name": "Get Ideas Board",
"description": "Get the RADIX Wiki Ideas Pipeline kanban \u2014 community proposals and Radix DAO tasks grouped into status columns (Discussion \u2192 Proposed \u2192 Approved \u2192 In Progress \u2192 Testing \u2192 Done), each card carrying its working group, category, priority, and assignee. Use this to follow DAO / project progress.",
"tags": [
"kanban",
"ideas",
"dao",
"governance",
"progress"
],
"examples": [
"Show the Radix DAO task board",
"Which Governance working group tasks are in progress?",
"What DAO tasks is Daffy assigned?"
]
},
{
"id": "write",
"name": "Create Page",
"description": "Create a new Radix Wiki page. Requires a ROLA bearer token \u2014 see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for a valid tagPath. Some paths are balance-gated (blog needs 50,000 XRD). Earns contribution points.",
"tags": [
"write",
"create",
"contribute"
],
"examples": [
"Create a wiki page for a new Radix dApp",
"Document a Scrypto pattern on the wiki"
],
"authentication": "rola"
},
{
"id": "edit",
"name": "Edit Page",
"description": "Edit an existing Radix Wiki page. Requires a ROLA bearer token \u2014 see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised block array; the version bump, block-level diff, and revision entry are computed server-side. Locked and author-only pages are rejected. Earns contribution points.",
"tags": [
"write",
"edit",
"contribute",
"revision"
],
"examples": [
"Fix a dead link on the Cerberus page",
"Add a section to the Scrypto overview"
],
"authentication": "rola"
}
],
"provider": {
"organization": "Radix Wiki",
"url": "https://radix.wiki"
},
"documentationUrl": "https://radix.wiki/llms.txt",
"mcpEndpoint": "https://radix.wiki/api/mcp",
"mcpServerCard": "https://radix.wiki/api/mcp/server-card",
"license": {
"name": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/",
"scope": "content"
},
"securitySchemes": {
"rola": {
"type": "custom",
"description": "Radix On-Ledger Authentication \u2014 Ed25519 keypair signed challenge. Required by the create_page and edit_page tools.",
"documentationUrl": "https://radix.wiki/AGENTS.md"
}
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"text/markdown"
]
}