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

# FAQs

**Q. What kind of a game is Billions Quest?**

Billions Quest is a dynamic **mobile strategy board game** where players build their empire by acquiring asset tiles representing real global companies from Apple and Tesla to McDonald's and Bitcoin. The in-game value of each asset fluctuates daily based on actual stock market data. It's a fun fusion of board games, investing, and strategy, no financial knowledge needed, just your instincts and some clever tactics.\
\
**Q. Is this free to play?**

Yes! Billions Quest is completely free to play. Players can sign up, explore the gameplay, and start building their empire without spending a dime. For those who want to accelerate progress or customize their experience, optional in-game purchases (Diamonds) are available—but they’re not required to enjoy or win the game or even win the weekly quests

**Q. What is the objective of the game? How does one win?**

The goal of Billions Quest is to finish each weekly quest with the highest networth. Your networth is calculated based on your Billions Quest Cash (BQ Cash) and the current market value of the assets you’ve acquired during the week. Each quest lasts for 7 days and then resets such that everyone has a fresh start to a new quest with the same starting cash, making every quest a level playing field.\
\
Winning quests adds to your lifetime networth, which unlocks premium features and advantages in future games. At the end of each quest, top players on the leaderboard win exciting rewards.

**Q: What is the District Quiz?**

Each district in Billions Quest has an AI-powered quiz zone with five knowledge levels: Novice, Apprentice, Expert, Master, and Legend. Answer 10 questions per level about the real-world companies in that district. Pass to earn Diamonds and unlock the next level. Questions are constantly refreshed, so there's always a fresh challenge waiting.

**Q: What rewards will I get for winning?**&#x20;

In Billions Quest, you earn by climbing the weekly leaderboard. The player with the highest net worth wins the weekly quest. \
\
**Networth = Cash + Market Value of Assets - Outstanding Loan** \
\
Top Quest performers earn **Diamonds,** the in-game premium currency used to unlock boosters, spin multipliers, asset upgrades, and exclusive perks.\
\
\&#xNAN;***Pro Tip:*** You can also earn Diamonds by hitting lifetime networth milestones. Diamonds can be used to unlock special tiles, power-ups, and cosmetics to enhance your gameplay

**Q: Give me some examples of what special perks can Diamonds unlock?**

*Diamonds are your secret weapon in Billions Quest! You can use them to unlock powerful boosters like:*

* **Spin Boosters** – Multiply the value of your dice roll to outpace your rivals and complete the circuit to win a circuit completion bonus
* **Rent Shields** – Protection from paying rent when you land on an opponent's asset tile
* **Rent Boosters** – Players who land on your assets will have to pay double the rent for a few rounds&#x20;
* **Upgrade Assets** – Upgrade your assets to Unicorn, Hectacorn or Decacorn and multiply the rental yield from them
* **Hostile Takeover -** Acquire an opponent's asset without their consent by using this tactical action, and start earning yield from it

*These boosters can give you the edge you need to climb the leaderboard and win the weekly quest.*

**Q: How does the value of each asset change daily? What is this based on?**

The change in price of each asset tile is linked to the change in the real-world stock price of that asset. For example, If TESLA shares went down by 5% on Nasdaq, the value of the TESLA tile on Billions Quest will also be down by 5%. The current price of each asset is critical in the game as it determines the rent to be collected from other users who land on your asset. Similarly, it determines the cost of upgrading your asset.&#x20;

**Q: When are the winners announced?**

Our Leaderboard is Dynamic and one can see their real-time ranking at the end of each day of the Quest as well as the final winner at the end of the Weekly Quest. \
\
Each quests run for 1 week (7 days), starting every Tuesday (00.00 Hrs GMT) and ends at (23.59 Hrs GMT) on Monday of the subsequent week\
\
To ensure max swag of topping the game's leaderboard, weekly winners are also announced and celebrated on our Billions Quest Discord Server. As your lifetime networth increases in the game, you are assigned different player categories like Tycoon, Founder etc. which unlock their own benefits within the game\
\
**Q: How does Billions Quest make money if this is a free-to-play game?**

Our monetisation in the current phase is based on in-game purchases of diamonds and rewarded Ads which can be used to redeem diamonds. In the next phase, we also foresee monetisation from sponsorship ties with the global brands that would want to promote specific weekly quests and challenges

**Q: How can I stay updated on game updates?**

Stay updated through our community channels: Discord, Telegram Group, and Telegram Broadcast Channel. All links are on the Official Links page.&#x20;


---

# 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.billions.quest/faqs.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.
