We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SIP for Nakamoto sBTC describes sBTC withdrawal as stacks transactions.
sBTC DR should support the same.
https://github.com/stacksgov/sips/blob/31dae06bc9c18fa4a7ef43cf7387e83a650228f6/sips/sip-025/sip-025-sbtc.md
Add function request-withdrawal to asset.clar that allows to initiate a withdrawal as a stx transaction.
request-withdrawal
Ideally, asset.clar should be refactored to be upgradable.
Romeo should observe the stacks chain for withdrawal request and initiate a burn and withdrawal.
The text was updated successfully, but these errors were encountered:
friedger
Successfully merging a pull request may close this issue.
Description
The SIP for Nakamoto sBTC describes sBTC withdrawal as stacks transactions.
sBTC DR should support the same.
Context
https://github.com/stacksgov/sips/blob/31dae06bc9c18fa4a7ef43cf7387e83a650228f6/sips/sip-025/sip-025-sbtc.md
Expected Approach
Add function
request-withdrawal
to asset.clar that allows to initiate a withdrawal as a stx transaction.Ideally, asset.clar should be refactored to be upgradable.
Romeo should observe the stacks chain for withdrawal request and initiate a burn and withdrawal.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: