Skip to content
New issue

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

Implement Bitcoin liqudity transfer event handler #354

Open
mpetrun5 opened this issue Aug 27, 2024 · 2 comments
Open

Implement Bitcoin liqudity transfer event handler #354

mpetrun5 opened this issue Aug 27, 2024 · 2 comments

Comments

@mpetrun5
Copy link
Collaborator

We want to able to move liqudity when the admin multisig requests it.
To make this easier, an admin event triggered on an EVM chain (same contract as FROST keygen contract) will
send a transfer from the target address to the new one.

Implementation details

  • add move liqudity event and function to the keygen contract
  • implement a move liqudity event handler that will create a transfer on the Bitcoin network that moves the liqudity with the existing key

Testing details

  • unit tests

Acceptance Criteria

  • liquidity can be moved using the EVM multisig address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@mpetrun5 and others