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
what will the flow for claiming the NFT to a Stacks wallet look ilke?
should the NFTs be held in a separate escrow contract with claim functionality?
To that last point, that might help with execution costs as the claim function would mint to the escrow contract, and the escrow contract could handle the claim logic/processing.
The text was updated successfully, but these errors were encountered:
Potential issue and solution around using the xDAO structure: by default the base DAO and extensions have access to all assets.
This could be rewritten in the escrow contract (there's also the notion of external contracts controlled by the DAO), and maybe an intermediary step is until the Bitcoin is claimed by the runner, the NFT is temporarily under DAO ownership. Will think this through a bit more.
We have a claim function that accepts some data about the BTC transaction, some open questions:
To that last point, that might help with execution costs as the
claim
function would mint to the escrow contract, and the escrow contract could handle the claim logic/processing.The text was updated successfully, but these errors were encountered: