> For the complete documentation index, see [llms.txt](https://docs.multipli.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.multipli.fi/user-guide/mainnet-guides/make-yield-on-multipli.md).

# Make yield on Multipli

1. **Connect Wallet:** Sign up with your wallet on Multipli mainnet to get started.
2. **Transfer assets:** After connecting your wallet, navigate to the “Buy” tab and choose the network and asset, enter an amount of your choice and click “Generate Yield”.

Note: Currently, we support Ethereum and Binance Smart Chain networks and USDC, USDT and WBTC tokens.

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

1. **Approve requests:** You will be prompted (twice) to approve the deposit through the connected wallet. Click “Confirm” to proceed.

*Note: Make sure you do not close or refresh the tab while the transaction is being processed*

<figure><img src="/files/3KXP1UyVPw7Bct4CQhic" alt=""><figcaption></figcaption></figure>

4. **Check status:** After the deposit is successfully processed, you can view the status of your transaction(s) in the “Holdings” tab under ‘Activity’.

<figure><img src="/files/wiF6x7XQgFqTy0TvLENf" alt=""><figcaption><p>Once the transaction has been confirmed by the system, its status will change from “Pending” to “Success”.</p></figcaption></figure>

5. **View Yield:** Your xTokens will appear in your account on the same page under ‘Multipli Holdings’.

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

That’s it!

You will receive 6 Orb per day for every $100 worth of xTokens you hold, and 10% of the Orbs for each successful referral.

If you face any issues, please share them with us at <support@multipli.fi> or [raise a ticket on Discord](https://discord.com/channels/1253624737154990082/1253624738820128871).

Looking forward to seeing your yields flourish!

Have fun using Multipli! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.multipli.fi/user-guide/mainnet-guides/make-yield-on-multipli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
