Skip to content

Commit

Permalink
Add audit reports (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpetersen-paxos authored Nov 12, 2024
1 parent 965f7a4 commit af08933
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ This repository contains contracts to support cross chain bridging on EVM chains
[OFTWrapper](contracts/OFTWrapper.sol) which supports bridging using LayerZero.

## OFTWrapper
This contract is a proxy around LayerZero's OFT standard. The `OFTWrapper` can be called
by LayerZero to mint and burn tokens like normal. The `OFTWrapper` then forwards those requests
to the underlying token. The underlying token must grant this contract permission to mint and burn.
`OFTWrapper` serves as a proxy for LayerZero's OFT standard, allowing LayerZero to mint and burn tokens as usual,
which includes the same AML standards as a same chain transfer. When LayerZero initiates a mint or burn request,
the `OFTWrapper` forwards it to the underlying token contract. For this to work, the underlying token must authorize
`OFTWrapper` to perform minting and burning operations on its behalf.

## Audits
Audits were performed by both Zellic and Trail of Bits. Audit reports can be found [here](audits/).

## Upgrade process
`OFTWrapper` is a non-upgradeable contract. If a change needs to be made a new contract should be deployed.
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit af08933

Please sign in to comment.