-
Notifications
You must be signed in to change notification settings - Fork 17
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
[review] MIP-57 : Informer for the Operation of the HTLC-based Native Bridge #57
base: main
Are you sure you want to change the base?
Conversation
|
||
We refer to the following illustration for a bridge transfer from L1 to L2, which is taken from [MIP-39](https://github.com/movementlabsxyz/MIP/pull/39). | ||
|
||
![L1 to L2 Transfer](L1ToL2.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after the user requests funds on target chain, Relayer relays to L1*
@apenzk The content of the MIP still references the HTLV bridge at some locations. We may replace them with to acknowledge the new architecture? |
|
||
## Abstract | ||
|
||
The Informer for the HTLC-based Native Bridge (in the following called simply the Native Bridge) is introduced to collect information about the state from L1 and L2 and provide this information to components of the Native Bridge. The provided information is critical to the safe operation of bridge components such as the Rate-Limiter, the Security Fund, and the Bridge Operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTLC bridge?
Use Native bridge?
Summary
This MIP introduces the Informer as proposed by the Biarritz Model.
The informer provides an estimate of the circulating $L1MOVE and $L2MOVE tokens. It acknowledges that the measured value will be off due to
However it provides some bounds and approaches to get an estimate that should not be too far off.
MIP-57