> For the complete documentation index, see [llms.txt](https://prodigyfi.gitbook.io/structured-yields/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodigyfi.gitbook.io/structured-yields/getting-started/how-to-get-started.md).

# How To Get Started

New to DeFi? This section has step-by-step guides to help you get set up safely and quickly.

### What You’ll Learn Here

This guide equips you with practical instructions to:

* [**Connect Your Wallet To Prodigy.Fi**: ](/structured-yields/getting-started/how-to-get-started/connecting-your-wallet.md)
  * Learn how to securely link an EVM-compatible wallet (eg; MetaMask or Rabby) or a Privy wallet to access Prodigy.Fi’s protocol on Base or Berachain. This ensures you can interact with our platform safely and efficiently.
* [**Bridge Assets To Base Using A Decentralized Hot Wallet**: ](/structured-yields/getting-started/how-to-get-started/bridge-your-assets/bridging-assets-using-a-decentralized-wallet.md)
  * For crypto native users or beginners who wants to learn how to transfer crypto assets to Base network using a decentralized hot wallet (eg; MetaMask, Rabby) and deBridge Finance.
* [**Bridge Assets To Base From A CEX Using A Privy Wallet**: ](/structured-yields/getting-started/how-to-get-started/bridge-your-assets/bridging-assets-using-a-privy-wallet.md)
  * Tailored to CEX users familiar with Coinbase or Binance, etc, this section will guide you through the steps needed to bridge assets over to Prodigy.Fi on Base using a Privy Wallet.
  * A Privy Wallet lets you log in with your email (like Gmail or Outlook) — no private keys or seed phrases needed.

Once you're set up, you'll be ready to explore Prodigy.Fi's vaults and start earning — no trading knowledge required. Let's go.

<br>


---

# 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://prodigyfi.gitbook.io/structured-yields/getting-started/how-to-get-started.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.
