> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-tr/f.a.q./ana-sayfa/14.-bonus-guc-nasil-hesaplanir.md).

# 14. Bonus Güç nasıl hesaplanır?

Bonus Power, bu özelliğe sahip tüm miner’lardan gelen bonusların toplam yüzdesi olarak hesaplanır. Örneğin, +%1 Bonus Power’a sahip bir DJ Roller miner’ınız ve +%0,5 Bonus Power’a sahip bir Shrumee miner’ınız varsa, toplam Bonus Power yüzceniz +%1,5 olur. [<mark style="color:yeşil;">NFT’den aldığınız bonus</mark> ](/rollercoin/rollercoin-f.a.q.-tr/f.a.q./profil/7.-nftmi-nasil-baglarim.md)bu hesaba da dahil edilir.

#### **Bonus Power Nasıl Çalışır:**

Bonus Power’ın kendisi, madencilik gücünüzün ve oyunlardan kazanılan herhangi bir gücün yüzdesidir. Örneğe devam edelim:

* Eğer bir **+%1,5 Bonus Power’a** ve **madencilik gücünüz 100 Th/s ise**, Bonus Power’ınız **100 Th/s’nin %1,5’i**olacaktır, bu da **1,5 Th/s**.
* sizin **Toplam Gücünüz** şu şekilde olacaktır: **100 Th/s (madencilik gücü) + 1,5 Th/s (Bonus Power) = 101,5 Th/s**.

Oyunlardan da gücünüz varsa, bu da hesaba katılacaktır. Örneğin:

* Eğer **madencilik gücünüz** 100 Th/s ise, **oyunlardan gelen güç** 50 Th/s ise ve **Bonus Power yüzdesi** +%1,5 ise, hesaplama şöyle olacaktır:\
  \&#xNAN;**%1,5 × 100 Th/s + %1,5 × 50 Th/s = 1,5 Th/s + 0,75 Th/s = 2,25 Th/s**.
* sizin **Toplam Gücünüz** şu şekilde olacaktır: **100 Th/s (madencilik gücü) + 50 Th/s (oyun gücü) + 2,25 Th/s (Bonus Power) = 152,25 Th/s**.

#### **Son Formül:**

$$
(Games + Miners) \* (CollectionBonus + NFTBonus)
$$

{% hint style="success" %}
Gördüğünüz gibi, Oyunlardan biraz daha fazla Güç alarak daha fazla Bonus Power da elde edersiniz. Bu yüzden aktif olmayı ve Gücünüzü dengede tutmak için Oyunları oynamayı unutmayın!
{% endhint %}


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-tr/f.a.q./ana-sayfa/14.-bonus-guc-nasil-hesaplanir.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.
