> For the complete documentation index, see [llms.txt](https://docs.cashcity.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cashcity.fun/game-overview/advisors.md).

# Advisors

Advisors are powerful modifiers that apply a percentage Efficiency boost across your entire Intern workforce (all Interns in all Firms in your wallet). Unlike Interns, which have a fixed amount of Efficiency, Advisors multiply what you already have — making them exponentially more valuable the larger your operation.

***

## Acquiring Advisors

Advisors come from **Advisor Packs**, which cost **1,000 $CASH** each. Each pack contains one Advisor with a randomly determined rarity.

<table><thead><tr><th width="120">Advisor</th><th>Name</th><th>Rarity</th><th>Global Boost</th><th>Drop Rate</th></tr></thead><tbody><tr><td><p><img src="/files/L3xiI2gI0HoQ70zVDjiQ" alt="" data-size="original"></p><p></p></td><td>Belfort</td><td>Common</td><td>+2%</td><td>40%</td></tr><tr><td><p><img src="/files/H7wcfKkFaM5XCY2xuInC" alt="" data-size="original"></p><p></p></td><td>Vitalik</td><td>Uncommon</td><td>+3%</td><td>26%</td></tr><tr><td><p></p><p><img src="/files/BPCpRiP0d8kruXcAkNyl" alt="" data-size="original"></p></td><td>SBF</td><td>Rare</td><td>+5%</td><td>17%</td></tr><tr><td><p></p><p><img src="/files/JofO9fGOGedYsv7wvgIm" alt="" data-size="original"></p></td><td>Zuckerberg</td><td>Epic</td><td>+7%</td><td>10%</td></tr><tr><td><p></p><p><img src="/files/DtHGnspzd3WUrkcA9box" alt="" data-size="original"></p></td><td>Satoshi</td><td>Legendary</td><td>+10%</td><td>5%</td></tr><tr><td><p><img src="/files/v7aIsVxW3yU2IClC1tWf" alt="" data-size="original"></p><p></p></td><td>Stephen Hawking</td><td>Mythic</td><td>+15%</td><td>2%</td></tr></tbody></table>

The expected boost per pack is approximately **+3.93%**.

***

## How Advisor Boosts Work

An Advisor's boost applies to **all active interns across all of your firms**. This is a global multiplier, not a per-firm buff.

If you have 10,000 total efficiency across all your Interns and equip a Rare advisor (+5%), your effective Efficiency becomes **10,500**. That additional 500 efficiency earns $CASH just like having another seated Intern would.

Your Wallet only has **1 Advisor slot**. You can equip one Advisor per wallet, and their boost stacks with the rest of your operation.

***

## Scaling With Your Operation

Advisors become dramatically more valuable as your total Efficiency grows. The same +15% Mythic Advisor looks very different at different scales:

| Total Efficiency | Mythic Advisor (+15%) | Bonus Efficiency | Equivalent Interns |
| ---------------- | --------------------- | ---------------- | ------------------ |
| 10,000           | 11,500                | +1,500           | \~2.5 Rare interns |
| 100,000          | 115,000               | +15,000          | \~2.5 Legendary    |
| 540,000          | 621,000               | +81,000          | \~4 Mythic interns |

At max capacity (270 Epic interns at 2,000 each = 540,000 efficiency), a single Mythic advisor adds the equivalent of **four Mythic Interns** worth of Efficiency. This is by design — Advisors reward committed players who have built out their operations.

***

## Strategy Notes

**Advisors are late-game.** At 1,000 $CASH per pack, Advisor Packs are 5x the cost of Intern Packs. Early on, your $CASH is better spent filling desks with Interns. Advisors only become efficient once you have a meaningful Efficiency base to multiply.

**The whale mechanic.** Advisors are intentionally designed to reward scale. A player with 270 Interns gets 27x more absolute value from the same Advisor than a player with 10 Interns. If you're building aggressively, Advisors are where the compounding kicks in.


---

# 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.cashcity.fun/game-overview/advisors.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.
