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

Microbridge for GoodDapp & SDK #157

Open
2 tasks
decentralauren opened this issue May 6, 2024 · 0 comments
Open
2 tasks

Microbridge for GoodDapp & SDK #157

decentralauren opened this issue May 6, 2024 · 0 comments
Labels

Comments

@decentralauren
Copy link

Business Description

A series of tickets to rebuild the Fuse <> Celo microbridge as a microservice, and implement into GoodDapp.

Detailed Description of Functionality

The user should be able to swap from G$ Fuse <> G$ Celo either way based on the following logic:

The max that is in total possible to bridge is variable depending on how much has been bridged

  • daily-limit: 30mG$
  • txlimit: 5mG$

Fee breakdown (should translate to 0.15% of total amount):

  • min fee = 10G$
  • max fee = 1MG$
  • with relay (third party confirms / executes your transaction for receiving tokens): 50% is bridgeFee / 50% is relay-fee
  • with self-relay: 50% is bridgeFee / the remaining fee is added back to your receive amount
  • I believe that the bridgeFee is just gooddollars that stay in the bridge

Technical Implementation

*Outline the technical approach for building the feature. This section is typically filled out by the development team or can contain suggestions.
(dev team: @johnsmith-gooddollar @sirpy @L03TJ3)

  • (What api's / sdk's could possibly be used)

Design Reference

See individual tickets.

Acceptance Criteria

Specify criteria that will be used to determine if the feature meets the requirements and functions correctly.

  • (Should include a list of testing points for QA how to verify design/functionality)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants