Skip to content
Zed

D20DAO Verifiable Randomness for Zed

org.d20dao/vrf

Verifiable dice, draws and shuffles with on-chain VRF proofs on Arc. 0.05 USDC per draw.

client:Zed transport:stdio runtime:npm

Install D20DAO Verifiable Randomness in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vrf": {
      "command": "npx",
      "args": [
        "-y",
        "@d20dao/mcp"
      ],
      "env": {
        "D20_DAILY_LIMIT_USDC": "<D20_DAILY_LIMIT_USDC>",
        "D20_NETWORK": "<D20_NETWORK>",
        "D20_PAY_CHAIN": "<D20_PAY_CHAIN>",
        "D20_WALLET_ADDRESS": "<D20_WALLET_ADDRESS>",
        "D20_CIRCLE_CLI": "<D20_CIRCLE_CLI>",
        "D20_MCP_HOME": "<D20_MCP_HOME>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

D20DAO Verifiable Randomness in other clients