Operations Treasury
New Transaction
Propose a transaction for the team to review and sign.
How it works: After submitting, fridge returns a task_id. Team approvers sign that task_id string using personal_sign via their Magic wallet. Once 2 of 4 approvers sign, the TEE enclave executes the transaction automatically.
Leave as 0x for simple ETH transfers
What happens after submit
- ① Fridge creates the task and returns a
task_id - ② Approvers open this task and click Approve
- ③ Their Magic wallet calls
personal_sign(task_id)— no gas required - ④ Fridge verifies each signature via
eth_account.recover_message()and enforces policy - ⑤ Once N approvals collected → TEE enclave
executesautomatically