-
Notifications
You must be signed in to change notification settings - Fork 258
About Agreement Framework
Miao ZhiCheng edited this page Jul 17, 2023
·
7 revisions
First of all, agreements are whitelisted, since a super token trusts them to provide real-time balance to their accounts.
The agreement framework consists of functions in the host contract that can only be called by a whitelisted agreement to:
-
call the agreement callbacks of a super app,
-
perform app credit accounting,
-
jail a super app if it poses danger to the system or users.
To interact with the agreement, the call proxies of the host contract are used.
- Governance Overview
- For Contributors
- Development Process
- Protocol EVMv1 Operations
- Protocol EVMv1 Technical Notes
- Protocol EVMv1 Core Subgraph