- EVM
- Stellar
Overview
Automated freeze enforcement requires two capabilities: your asset must expose an interface that can prevent an address from transferring funds, and an authorized party (Predicate) must be able to invoke it. The steps below walk you through adding this interface to your contract/program, granting Predicate the necessary authorization, and enrolling your asset so that enforcement runs automatically.Prerequisites
IFreezable
Your asset contract must implement the IFreezable interface.
This interface provides freeze functionality with role-based access control.
Integration Steps
Grant Freeze Manager Role
Grant Predicate’s freeze manager address the FREEZE_MANAGER_ROLE. This allows Predicate to enforce compliance actions on your asset contract.
The Predicate authorized freezer across all EVM chains is
0x363c256D368277BBFaf6EaF65beE123a7AdbA464Enroll in Dashboard
Complete enrollment through the Predicate application.
- Request Access: Contact the Predicate team for an invitation.
- Add Your Asset: Add a new project to the Predicate Application by supplying your Asset details
