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

[sBTC] Add minimal contract to allow token and key administration #3488

Open
xoloki opened this issue Jan 12, 2023 · 1 comment
Open

[sBTC] Add minimal contract to allow token and key administration #3488

xoloki opened this issue Jan 12, 2023 · 1 comment
Assignees

Comments

@xoloki
Copy link
Collaborator

xoloki commented Jan 12, 2023

Is your feature request related to a problem? Please describe.
For sBTC we need a way to administer tokens and keys for the signers

Describe the solution you'd like
Add a minimal clarity contract that does this

Describe alternatives you've considered
There isn't any other way of doing this that will allow the interaction we need

Additional context
member fields:
signers public keys
coordinator public key
admins (2-of-3) 3 admin keys
admin methods
at beginning, contract needs to be init(admin principals) by owner.
mutate signers, coordinator, admins
coordinator method gated by a frost signature
peg-in (mint)
open methods
withdrawal request (peg-out)

manages signer membership
contract could have a multi-sig admin
maintains public keys for signers and coordinator

@xoloki xoloki self-assigned this Jan 12, 2023
@xoloki xoloki changed the title [sBTC] Add minimal contract to allow key administration [sBTC] Add minimal contract to allow token and key administration Jan 18, 2023
@jcnelson
Copy link
Member

Once CI passes on #3499 we can merge it and close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

2 participants