This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Description
Background
Marvin created a proof of concept for sBTC 0.1 in which withdrawals are initiated on the stacks chain here: https://github.com/Trust-Machines/stacks-sbtc/pull/595
For Mini it has turned out to be simpler to initiate withdrawals on Stacks, and we suspect that the final design would be simpler if that also were the case.
Let's explore the following three options
- Option 0: Don't change the design
- Option 1: Support initiating withdrawals on Stacks alongside bitcoin operations
- Option 2: Only support initiating withdrawals on Stacks
Definition of done
We have decided on one of the options above and updated the design in line with that option, as well as provide an explanation in the design for the interested reader motivating the design.