Radix Wiki
radix.wiki
· Radix Wiki
Community-maintained knowledge base for Radix DLT — the layer-1 blockchain with linear scalability and asset-oriented smart contracts.
radix.wiki via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 46/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Agent card | https://radix.wiki/.well-known/agent-card.json |
| Provider | https://radix.wiki |
| Docs | https://radix.wiki/llms.txt |
Skills · 6 declared · mapped to canonical taxonomy
Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.
Fetch the full text content of a specific Radix Wiki page.
List Radix Wiki pages, optionally filtered by tag path.
Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress →…
Create a new Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for …
Edit an existing Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised …
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/radix.wiki) [](https://agenstry.com/agents/radix.wiki) [](https://agenstry.com/agents/radix.wiki) [](https://agenstry.com/agents/radix.wiki)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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": "3.1.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",
"openapiUrl": "https://radix.wiki/openapi.json",
"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"
]
}