Skip to main content

Getting started

What is Maker Teleport

Teleport is a new MakerDAO-owned cross-chain bridge that is exclusive to DAI.
At the moment, the supported operations are L2-to-L1 DAI teleportation: called Fast Withdrawals

L2-to-L2 teleportation is work-in-progress and the contracts are not deployed right now for this operation. Keep in touch with us at @MakerDAO on twitter or our Discord to get the latest Teleport news.

Maker's Teleport SDK allows you to integrate Teleport into your own application.

Depositing from L1 to L2

To deposit funds from L1 to L2, please refer to the destination domain's bridge SDK, as these operations are not currently supported by the Teleport SDK.

Getting Started

To install this SDK, run

yarn add teleport-sdk

The SDK exposes the TeleportBridge class which is the entrypoint to the whole SDK facilities.