> For the complete documentation index, see [llms.txt](https://bull20.gitbook.io/bullpaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bull20.gitbook.io/bullpaper/ecosystem/the-bullfolio/bullfolio-setup.md).

# BULLFOLIO Setup

## About the BULLFOLIO

The BULLFOLIO is our investment portfolio. It is divided into two major parts:

1. 80% - Strategy Defined Investments (SDI)&#x20;
2. 20% - Community Defined Investments (BULL'S DAO)&#x20;

### :arrow\_right: Strategy Defined Investments &#x20;

Our aggressive growth strategy aims for high returns and is willing to take on higher risk. The actual percentages might be adjusted based on the macro situation.

<table><thead><tr><th width="537">Sector</th><th align="right">Allocation</th></tr></thead><tbody><tr><td><strong>Bitcoin and "Blue-Chip" Cryptos</strong><br>A core holding for stability.</td><td align="right">20%</td></tr><tr><td><strong>DeFi (Decentralized Finance)</strong><br><em>This sector has huge growth potential but also carries higher risk due to regulatory uncertainty.</em></td><td align="right">25%</td></tr><tr><td><strong>NFTs (Non-Fungible Tokens)</strong><br><em>Highly speculative but offers massive upside potential.</em></td><td align="right">5%</td></tr><tr><td><strong>Web 3.0 and Decentralized Internet</strong><br><em>A long-term bet on the future architecture of the internet.</em></td><td align="right">10%</td></tr><tr><td><strong>Layer-2 Solutions and Scalability</strong><br><em>Necessary for the growth and adoption of blockchain technologies.</em></td><td align="right"></td></tr><tr><td><strong>Interoperability and Cross-Chain Platforms</strong><br><em>Focused on network effects, which could be a massive growth driver.</em></td><td align="right"></td></tr><tr><td><strong>Privacy Coins</strong><br><em>Risky due to regulatory issues but could see large gains in certain market conditions.</em></td><td align="right"></td></tr><tr><td><strong>Oracles and Data Providers</strong><br><em>Essential infrastructure for smart contracts and DeFi.</em></td><td align="right">5%</td></tr><tr><td><strong>Stablecoins</strong><br><em>Minimal growth potential, but offers stability and is useful for quick re-entry into other positions.</em></td><td align="right">3%</td></tr><tr><td><strong>Enterprise Blockchain</strong><br><em>More stable than other sectors but still has significant growth potential.</em></td><td align="right"></td></tr><tr><td><strong>GameFi, SocialFi, GambleFi</strong><br><em>Very speculative; allocate a small percentage for high-reward bets.</em></td><td align="right"></td></tr><tr><td><strong>Metaverse</strong><br><em>Extremely speculative but could see exponential growth in the long term.</em></td><td align="right"></td></tr></tbody></table>

### :arrow\_right: Community Defined Investments

See [BULL'S DAO](/bullpaper/ecosystem/the-bulls-dao.md) for more details.


---

# 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://bull20.gitbook.io/bullpaper/ecosystem/the-bullfolio/bullfolio-setup.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.
