> For the complete documentation index, see [llms.txt](https://nexade.gitbook.io/nexade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexade.gitbook.io/nexade/5-guides-and-tutorials.md).

# 5️⃣ Guides & Tutorials

**▶︎ Quick Start Guide.**

Investing in Real World Assets (RWAs) through NEXADE is a streamlined and user-friendly process:

1. **Set Up a Digital Wallet:** Create and fund a digital wallet with stablecoins like USDC or USDT. Popular wallets include MetaMask, Trust Wallet, and Coinbase Wallet.
2. **Connect to the NEXADE Platform:** Link your digital wallet to our DAPP and approve the connection request.
3. **Explore Investment Opportunities:** Browse through various Trade Finance RWA investment opportunities on NEXADE. Each option includes information about the asset such as general profiles of trading counterparties, involved geographies, coverage, expected returns, associated risks, and terms of the investment.
4. **Select and Invest in RWAs:** Choose an investment that aligns with your goals and confirm the transaction with the specified amount in your digital wallet.
5. **Track Your Investment**: Utilize NEXADE’s dashboard tools to monitor your investment's performance.
6. **Receive Your Yield:** Yields are paid out in a mix of stablecoins and tokens. Earned yields are transferred to your digital wallet at predetermined distribution times and at the investment's maturity, along with any capital gains.


---

# 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://nexade.gitbook.io/nexade/5-guides-and-tutorials.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.
