You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameterize the multi-sig ISM with the Inbox script and requires a nonce check & update when issuing an authentic message.
Allow burning the authentic token (when consumed) in the ISM minting policy.
Implement the USDC minting policy parameterized by a multi-sig ISM (Khalani's in this case). A mint must burn an authentic message with the minting number read from the burned message. A burn is always accepted.
(Optional) Parameterize the USDC minting policy with the Outbox script and requires a burn transaction to dispatch a valid message to the Outbox.
Note that we can share the minting policy for any wrapped token by reading the token name (USDC, USDT, etc.) from the (authentic) message body.
Overview
USDC on Cardano is a mint/burn token:
Task
This task is to design the USDC minting policy taking into account Khalani protocol mechanics and necessary off-chain infrastructure.
The text was updated successfully, but these errors were encountered: