Powers protocol
CtrlK
  • 💪Welcome to Powers protocol
  • The case for Powers
  • Protocol development
  • For Developers
    • Powers.sol
      • Executing actions
      • Proposing and voting on actions
      • Assigning, revoking and labelling roles
      • Adopting and revoking laws
      • Governance flow
      • Specs
    • Law.sol
      • Execute a law
      • Handle a request
      • Run checks
      • Change state
      • Reply to Powers
      • Specs
    • Deploy your own Powers
    • Deploy your own Law
  • Deployed Laws
    • Integrations
      • Snapshot.box
        • SnapshotCheckVote.sol
        • SnapshotRegisterProposal.sol
      • Governor.sol (Tally.xyz)
        • GovernorExecuteProposal.sol
        • GovernorCreateProposal.sol
    • Off-chain laws
      • AiAgentAction.sol
      • AutomatedAction.sol
      • OffChainAction.sol
      • AttestSelect.sol
      • RandomSelect.sol
    • Cross-chain laws
    • Electoral laws
      • DelegateSelect.sol
      • DirectSelect.sol
      • VoteOnNomineesTally.sol
      • PeerSelect.sol
      • RenounceRole.sol
      • SelfSelect.sol
      • Subscription.sol
    • Executive laws
      • BespokeAction.sol
      • OpenAction.sol
      • PresetAction.sol
      • StatementOfIntent.sol
      • AdoptLaw.sol
      • StartGrant.sol
      • EndGrant.sol
    • State laws
      • AddressesMapping.sol
      • VoteOnNominees.sol
      • NominateMe.sol
      • StringsArray.sol
      • TokensArray.sol
      • Erc20Deposits.sol
      • Grant.sol
  • Integrations
    • Existing DAOs
    • Hats Protocol
Powered by GitBook
On this page
  1. Deployed Laws

Executive laws

Executive laws manage how, and under what conditions, action are executed. The following executive laws are included in the Powers protocol. Creating your own bespoke law is also possible.

BespokeAction.solOpenAction.solPresetAction.solStatementOfIntent.solAdoptLaw.solStartGrant.solEndGrant.sol
PreviousSubscription.solNextBespokeAction.sol

Last updated 4 months ago