# Example of Jewels Accumulation

### At 12 pm:

User A: deposits 20 BTC to Babypie.

### At 5 pm:

User A: Accumulates 2,000 \* 5 = 10,000 Jewels

User B: Deposits 20 BTC

### At 7 pm:

User B: Accumulates 2,000 \* 2 = 4,000 Jewels

User A: Accumulates 10,000 + 2,000 \* 2 = 14,000 Jewels; also, 4,000 \* 0.1 = 400 Jewels come from the referral of User B. In total, 14,000 + 400 = 14,400 Jewels were accumulated by User A.

## Table of Accumulated Jewels for User A:

<figure><img src="/files/SfRmpTFFaYrJxpv0YGiT" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.babypiexyz.io/babypies-btc-treasure-quest/example-of-jewels-accumulation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
