MagicTreasury
KJ
karl@magic.link

Polygon Grants Safe

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 3 approvers sign, the TEE enclave executes the transaction automatically.

Leave as 0x for simple ETH transfers

What happens after submit

  1. ① Fridge creates the task and returns a task_id
  2. ② Approvers open this task and click Approve
  3. ③ Their Magic wallet calls personal_sign(task_id) — no gas required
  4. ④ Fridge verifies each signature via eth_account.recover_message() and enforces policy
  5. ⑤ Once N approvals collected → TEE enclave executes automatically
Cancel