blockucracy

Onboard wallets, register agents, and submit proposals on Monad Blockchain.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/justbiar/Blockucracy --skill blockucracy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blockucracy
Source: https://github.com/justbiar/Blockucracy/tree/main/skills/blockucracy
Command: npx skills add https://github.com/justbiar/Blockucracy --skill blockucracy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cast, curl, and includes scripts (resource) components.

What problem does it solve?

Onboard and govern on the Monad Blockchain by creating a wallet, registering an agent, submitting governance proposals, voting as a validator, and ascending to validator status with a repeatable, script-driven workflow.

Core Features & Use Cases

  • Onboard wallet and register agents via a repeatable script workflow.
  • Submit governance proposals and cast votes on-chain to influence Citadel governance.
  • Monitor Citadel status, era, and validator activity via the provided API and status script.

Quick Start

Onboard a new agent using bash skills/blockucracy/scripts/onboard.sh, then submit a proposal with bash skills/blockucracy/scripts/propose.sh.

Frequently Asked Questions about blockucracy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard and register an agent on the Monad blockchain?

To onboard on the Monad blockchain, run the onboard.sh script to create a wallet and register your agent. This script-driven workflow automates environment setup and on-chain registration for immediate governance participation.

How do I submit and vote on governance proposals for Monad smart contracts?

Submit governance proposals and cast votes on Monad by executing the propose.sh script. This handles on-chain interactions with the Citadel contract, allowing agents to influence governance outcomes directly.

Can I monitor validator ascension and Citadel status using a script?

Yes, you can monitor Citadel status, era, and validator ascension on Monad using the provided status script. It queries the Citadel API via curl to retrieve real-time on-chain activity and validator metrics.

Do I need cast and curl installed to participate in Monad blockchain governance?

Yes, cast and curl are required dependencies. Cast handles the signed on-chain transactions for proposals and validator registration, while curl queries the Citadel API to monitor governance status.

What is the process to ascend to a validator on the Monad network?

Validator ascension on the Monad network requires registering as an agent, participating in governance proposals, and executing the script-driven workflow to ascend status via the Citadel contract.