# Minting ETH Tranches

### Instructions

#### 1. Find the smart contract address for the ETH bond you wish to mint tranche tokens for.

#### 2. Open our [WethlLoanRouter](https://etherscan.io/address/0x2119bd77031d5a6c69d7b15a3a73e15a91cbc721) smart contract on Etherscan, ideally in a new tab or window.

#### 3. Select the "Contract" tab.

<figure><img src="/files/Gea8faIukmxcGnHR1jtB" alt=""><figcaption></figcaption></figure>

#### 4. Select the "Write Contract" button.

<figure><img src="/files/wrubF9eObQ9kfIvmItPi" alt=""><figcaption></figcaption></figure>

#### 5. Use the "Connect to Web3" button to connect your Web3 wallet.

<figure><img src="/files/SVOjXJJiuNALJi30RMH1" alt=""><figcaption></figcaption></figure>

#### 6. Expand "1. wrapAndBorrow".

<figure><img src="/files/WasSSpa3N8NEpG7XguZn" alt=""><figcaption></figcaption></figure>

#### 7. For the "wrapAndBorrow" field, enter the amount of ETH you would like to collateralize.

<figure><img src="/files/pbxLba9MEZNMMgLUwGoW" alt=""><figcaption></figcaption></figure>

This input field is denominated in ETH (not wei) and so you don't need to add extra digits.

*Example: 4.25 ETH would be formatted as 4.25*

#### 8. Enter the smart contract address for your desired bond, from Step 1, into the "bond (address)" field.

<figure><img src="/files/ocLDjpvLizjRsLbippbm" alt=""><figcaption></figcaption></figure>

#### 9. Enter the smart contract address for Tether (USDT) into the "currency (address)" field.

<figure><img src="/files/l3qSTEkEcIBxzxaAU2M7" alt=""><figcaption></figcaption></figure>

**Tether USD (USDT):** 0xdAC17F958D2ee523a2206206994597C13D831ec7

#### 10. Enter "0,0,0" for the "sales (uint256\[])" field.

<figure><img src="/files/UDZpuXinx3VZLPwMNEWh" alt=""><figcaption></figcaption></figure>

#### 11. Enter "0" for the "minOutput" field.

<figure><img src="/files/le9q3TA0gJnsQnt85TOX" alt=""><figcaption></figcaption></figure>

#### 12. Review your entries for accuracy before proceeding.

#### 13. Select the "Write" button and finish the transaction process in your Web3 wallet.

If you receive a gas estimation warning due to the possibility of the transaction failing, please review your entries again for accuracy. If you have trouble with this tutorial please reach out in our [Discord](https://discord.gg/ZfQv7HCnYq) to a team member for help.

#### 14. A successful transaction should yield a change in the balance of your Web3 wallet. Some tokens may need to be imported to be seen. We suggest checking your wallet address on Etherscan to confirm the minting of tranche tokens to your wallet.


---

# 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.prl.one/buttonwood/user-guides/mint-tranches/mint-tranches-via-contract/minting-eth-tranches.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.
