WALLET ALLOWLIST API
One wallet allowlist, reusable across your backend.
Start with the simplest deterministic policy: store approved wallets once and evaluate them through the same authorization contract as token rules.
SIMPLE
Create an allowlist policy without RPC dependencies
Wallet allowlists are the fastest way to prove the AccessVerdict integration before adding onchain token rules.
CENTRAL
Stop copying address arrays into routes
Update the policy once and keep application code focused on the authorization result rather than allowlist storage.
UPGRADE
Move to token policies without changing the app contract
Your backend can continue sending wallet plus policy ID when the access requirement evolves to ERC-20, ERC-721 or ERC-1155.