Skip to content

Contract Architecture

Dracma is a CosmWasm smart contract (Rust → WASM) deployed on EmpoorioChain L1.

Core modules (src/core/)

ModulePurpose
dracma_token.rsTransfer, mint, burn, batch ops
staking.rsDelegate, unbond, rewards
governance.rsProposals, voting, execution
private_sale.rs / public_sale.rsPresale phases
dracma_vesting.rsCliff + linear schedules
price_oracle.rsUSD pricing for purchases
quantum_security.rsPost-quantum key registration
ailoos/Node registry, work reports, AI rewards
carbon_marketplace.rsCarbon credit NFTs
native_bridge.rsBridge pallet integration

Runtime

EmpoorioChain supports CosmWasm, EVM, and MoveVM. DMS is native CosmWasm — not wrapped ERC-20.

Security posture

  • 2-of-3 multisig for critical operations
  • Circuit breaker module
  • Formal verification (Kani) on selected paths
  • Audit preparation in progress — not yet completed

Do not rely on unaudited code for mainnet funds.