Milestone Escrow
The client locks the full budget up front, split into milestones. Funds move only on release, arbiter decision or cancellation.
On-chain DAO governance: token-weighted proposals and voting, executed through a timelock
SigmaGovernor composes audited OpenZeppelin v5 governance modules: an ERC20Votes token with a timestamp clock (so periods behave the same on L1 and L2), configurable voting delay, period and proposal threshold, For/Against/Abstain counting, and quorum as a fraction of total supply.
Successful proposals are queued in a TimelockController, which — not the governor — owns the assets and permissions. A minimal governed contract (Box) demonstrates the full lifecycle from proposal to execution.
Protocols, treasuries and communities need to decide and act collectively. Admin keys and multisigs concentrate power, and off-chain votes still need someone trusted to carry out the result. Stakeholders want decisions that are binding, transparent and delayed.
Holders delegate their voting power to themselves or a representative.
A proposer above the threshold submits a proposal with the calls to execute.
After the voting delay, holders vote For, Against or Abstain.
If For beats Against and quorum is reached, the proposal succeeds and is queued in the timelock.
After the minimum delay, anyone can execute it — the timelock performs the calls.
Voting power follows token distribution — governance quality depends on a sensible token allocation.
The client locks the full budget up front, split into milestones. Funds move only on release, arbiter decision or cancellation.
A capped ERC-20 with gasless approvals, vesting schedules with cliff for team and investors, and Synthetix-style staking rewards.
A fair NFT launch: allowlist and public phases, per-wallet limits, immutable max supply, ERC-2981 royalties and a delayed reveal.
Standards: Solidity 0.8.x, OpenZeppelin, Foundry tests with fuzzing, Slither static analysis, verified source. 223 tests · 100% coverage · Slither-analysed.
Tell us what you're building. You get an honest assessment, a clear scope and a fixed-price or milestone proposal, usually within a few working days.
Prefer to write first? Write to us