Governance

https://api.cerulea.app/v1

Extend your blockchain with pluggable modules. Each module is independently enabled and configured without redeploying the chain.

POST /blockchains/:blockchainId/modules

Enable a module on your blockchain

JSON
{
  "module": "defi",
  "config": {
    "dex": true,
    "lending": true,
    "feeToken": "native"
  }
}

Available Modules

ModuleFeatures
defi DeFi protocols, DEX, lending, staking
nft NFT minting and marketplace infrastructure
dao DAO governance and on-chain voting
bridge Cross-chain bridge functionality
oracle Price oracle integration (Chainlink-compatible)
identity Decentralised identity (DID) framework
privacy Zero-knowledge proof support
storage Decentralised storage (IPFS-compatible)