Firewall Documentation
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

PreviousFirewall ConfigurationNextHow It Works

Last updated 11 months ago

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 )

  2. Add the policy as either a or a policy

For a list of available policies, see

Policies
Policies
Global
Per-Method