# How to Transfer USDT to Libre

## What you'll need

**One desktop or laptop computer**

Recommended for opening the Peg-In page and viewing QR codes.

**One smartphone with:**

* Bitcoin Libre installed and set up
* An Ethereum wallet that supports WalletConnect (e.g. Trust Wallet, MetaMask, Ledger Live, Rainbow, etc.)
* USDT on Ethereum (ERC-20) in your ETH wallet
* A little ETH for gas fees in the same wallet

{% hint style="info" %}
Peg-In currently supports Ethereum USDT, with more networks planned and a simpler 2-step process.
{% endhint %}

## Step 1 – Open the Peg-In page on your computer

On your desktop or laptop, open a browser and go to <https://defi.libre.org/peg-in>.

Click **Connect Wallet**.

Choose the option to connect your Bitcoin Libre wallet.

A QR code will appear on your computer screen.

![](/files/WxbH5uMYAl222Mx0kxuX)

{% hint style="info" %}
We recommend using a desktop here rather than a mobile browser. You'll be scanning QR codes from your phone.
{% endhint %}

## Step 2 – Connect Bitcoin Libre

On your phone, open the **Bitcoin Libre** app.

Use the in-app QR scanner to scan the QR code shown on your computer.

Confirm the connection in the app.

Your Bitcoin Libre wallet is now linked to the Peg-In page.

## Step 3 – Connect your Ethereum wallet via WalletConnect

Back on your computer, on the same Peg-In page, click **WalletConnect**.

A new WalletConnect QR code will appear.

![](/files/8cSZn8M9Q5dxA5V2vd03)

On your phone, open your Ethereum wallet app (Trust, MetaMask, Ledger, Rainbow, etc.).

In that wallet, choose **WalletConnect** or **Scan QR**, and scan the QR code on your computer screen.

![](/files/EoKX8qIBODu16RGLKd2x)

Approve the connection in your ETH wallet.

After this, the Peg-In page should show your USDT balance available to bridge, as your wallet is now connected.

## Step 4 – Select how much USDT to Peg-In

On the Peg-In page, look for your USDT balance.

Enter or select the amount of USDT you want to peg-in.

![](/files/GIIVHXblwJyOW0ucXfZL)

Make sure you leave a bit of ETH for gas fees in your wallet.

## Step 5 – Transaction 1: Approve USDT for the bridge

The peg-in is a two-transaction process:

1. Approve the amount of USDT the bridge can use
2. Send that USDT to the bridge contract

On your phone, your Ethereum wallet will pop up asking you to approve the bridge contract to spend the USDT amount you selected.

Confirm the transaction in your wallet.

Wait for that approval transaction to confirm on Ethereum.

## Step 6 – Transaction 2: Send USDT to Libre

Once the approval is confirmed, open your phone's Ethereum wallet again. This time it will be asking you to send the approved USDT to the bridge contract.

Confirm this second transaction in your wallet.

## Step 7 – Receive USDT on Libre

After both transactions are confirmed, the bridge processes your peg-in.

Within about 2–3 minutes, your pegged-in USDT will appear in your Bitcoin Libre wallet as USDT on Libre (usable in the Libre ecosystem for lending, trading, swapping, etc.).

## What's Next?

Now that you have USDT on Libre, you can:

* [**Lend your USDT**](/libre-docs/core-features/overview-1.md) to earn fixed APR returns in our lending pools
* **Trade on libreDEX** to swap between BTC and USDT
* **Use USDT across the Libre ecosystem** for various DeFi activities


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.libre.org/libre-docs/platform-docs/how-to-peg-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
