Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/MD/md-4/ @l-monninger
/MD/md-5/ @l-monninger @apenzk
/MD/md-15/ @l-monninger @apenzk
/MD/md-85/ @franck44
/MD/md-93/ @andygolay

## MIPs
Expand Down
36 changes: 36 additions & 0 deletions MD/md-85/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# MD-85: Bridge Architecture Requirements

- **Description**: Elicit the requirements of the native bridge.
- **Authors**: [Franck Cassez](mailto:[email protected])

## Overview

This MD summarizes the requirements of the _Native Bridge_ (bridge in the sequel).

## Desiderata

### D1: High-level Description of the Native Bridge

**Description**: A high-level diagram of the architecture

**Justification**: Provides a reference for documentation and implementation.

### D2: List the expected functionalities of the bridge

**Description**: A list of expected functionalities.

**Justification**: Provides a reference for documentation and implementation.

### D3: Elicit the trust assumptions and permissions

**Description**: Provide a list of trusted systems/components and the associated permissions.

**Justification**: Provides a reference for documentation and implementation and governance.

### D4: Explain how the bridge transfers work

**Description**: Provide sequence diagrams to explain how bridging from Move to Ethereum (and back) works.

**Justification**: Explain the sequence of actions required on the chains and their ordering, to complete a bridge transfer.

## Change Logs