Firewall Documentation
CtrlK
Home
  • Overview
  • Quick Start
    • Using Function Modifiers
    • Using Proxy Patterb
  • Concepts
  • Configuration
    • Governance
    • Firewall Configuration
    • Policy Administration
  • How It Works
  • Smart Contracts
    • Firewall.sol
    • FirewallConsumer.sol
    • FirewallProxyAdmin.sol
    • FirewallTransparentUpgradableProxy.sol
  • Policies
    • Admin Notary
    • Whitelist
    • Approved Calls
    • Approved Patterns
    • Balance Guard
    • EOA Only
    • Method Block
    • Custom Protector
    • Non Reentrant
    • Combined Policies
  • Addresses
  • Glossary
  • Support
  • FAQ
Powered by GitBook
On this page
  1. Configuration

Policy Administration

Every protocol owner deploys their own policies. This helps keep governance over the protocol's security the same as the protocol's overall governance.

Adding new policies is a 2 step process:

  1. Deploy the policy (see Policies)

  2. Add the policy as either a Global or a Per-Method policy

For a list of available policies, see Policies

PreviousFirewall ConfigurationNextHow It Works

Last updated 1 year ago