v1.0 is Live

The Programmable
Permission Engine

Automate DeFi strategies, enforce institutional mandates, and streamline DAO ops—without compromising custody. Matador turns off-chain policies into on-chain guarantees.

A Firewall for
Every Transaction

Smart contracts execute blindly. Matador adds a conscience.

Think of Matador as a hypervisor for the EVM. It sits between the user and the execution layer, validating every call against your safety mandate in real-time. If the policy says no, the transaction reverts—no matter who signed it.

0ms
Added Latency
100%
On-Chain Logic
Ethereum Virtual Machine
Matador VM
Enforcing
grantPayout(25,000 USDC)
PASS
swap(USDC, ETH)
PASS
transfer(Unknown, Max)
BLOCK
Verified against TreasuryPolicy.mtd
Incoming Transactions

Policy as Code

Stop manually reviewing transactions. Define your boundaries in a human-readable language, compile them to gas-optimized bytecode, and deploy.

1. Write Mandate

Express intent clearly using the Matador DSL. It reads like a rulebook, not a script.

policy TreasuryGuard {
  allow call
    target in SafeApps
    and amount <= 50k
}

2. Compile

The CLI converts your policy into compact, gas-efficient bytecode.

$ matador build
Compiling 1 source... Done.
0x600a600052602060...

3. Enforce

Attach the bytecode to your Safe or Smart Wallet. It runs on every single transaction.

Execution Valid
To: Aave Pool V3
Value: 45,000 USDC

Ready to codify your mandate?

Matador is open source and ready for production.