> For the complete documentation index, see [llms.txt](https://earn-docs.affinedefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://earn-docs.affinedefi.com/what-is-affine/diversify-like-a-pro.md).

# Diversify like a Pro

Diversification is a key concept in investing. Allocating investments across multiple assets is called diversification and helps minimize idiosyncratic risk. For example, a portfolio consisting of one asset is more likely to face a volatile return over time than a diversified portfolio. You can imagine purchasing a single stock that may move up and down based on the company’s specific performance. However, if you buy another stock in your portfolio (or 500) you will see less volatility related to any specific asset (company in this case) and instead observe a performance that is more reflective of the market overall.

<figure><img src="/files/ZI0oVZB9DynAKiKPTYl9" alt=""><figcaption><p>Diversification helps stable returns</p></figcaption></figure>

Unlike the traditional financial markets, diversifying ones crypto investments in the current ecosystem is too complex for most. Managing multiple wallets, different chains, bridging assets, yield strategies, etc., require a steep learning curve and is simply a non-starter for most users.&#x20;

Affine aims to remove these barriers through its innovation - Affine Baskets. They enable users to invest and get price exposure to multiple crypto tokens (ETH, BTC, etc.) and cash-yield strategies (AAVE, Compound, Market Making, etc.). With this, users can diversify their portfolio without doing the legwork of managing that complexity, all while paying lower gas fees. Affine enables them to focus on building a sustainable investment strategy instead of managing a highly complex strategy.

However, the scope of crypto investment diversification today is currently more narrow than in traditional finance. While DeFi is blossoming to include financial primitives that match and in some cases expand beyond our current financial system’s capabilities, the crypto market overall is still much smaller and more immature. In short, this means that crypto-specific portfolio’s are still exposed to the overall crypto industry’s market volatility.


---

# 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://earn-docs.affinedefi.com/what-is-affine/diversify-like-a-pro.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.
