- EVM
- SVM
Installation
Choose Your Client
| Client | Use Case |
|---|---|
BasicPredicateClient | Who-based policies: AML/KYC, allowlist/denylist, geo-restrictions |
PredicateClient | Policies that validate function calls, parameters, or value-based limits |
Both clients use ERC-7201 namespaced storage for upgrade safety and are audited.
Example Contract
Set yourverification_hash from the dashboard as the policyID when deploying.- BasicPredicateClient
- PredicateClient
Constructor Parameters
| Parameter | Description |
|---|---|
_registry | Predicate Registry address for your chain. See Supported Blockchains. |
_policyID | Your verification_hash from the dashboard |
