# How to Maximize Points?

**Optimal Staking Strategy for an Individual:**

* Step 1: Stakes 0.02 BTC to create a team
* Step 2: Use the Team Captain's invitation code to join (no staking required)
* Step 3: Use the Tier-2 Member's invitation code and stake all the BTC anyone wants to stake&#x20;

<figure><img src="https://1508034360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FATMz4vtiiTKoraOnqc0H%2Fuploads%2FMAGphxcTsR28QNTKzAoS%2Fimage.png?alt=media&#x26;token=edc11d5d-d0e7-4d57-9b10-5ce180251439" alt=""><figcaption></figcaption></figure>

To illustrate, let's use a family analogy: Grandfather (Team Captain), Father (Tier-2 Member), and Son (Tier-3 Member).

* *Case 1*: Grandfather alone stakes **1 BTC**:&#x20;
  * Total points =  **300 points**&#x20;
* *Case 2*: Grandfather creates a team and invites Father to join and stake **1 BTC**:&#x20;
  * Total points = Grandfather (300 \* 8%) + Father (300) = **324 points**
* *Case 3*: Grandfather creates a team, Father joins using Grandfather's code, and Son joins using Father's code and stakes **1 BTC**:
  * Total points = Grandfather (300 \* 16% \* 8%) + Father (300 \* 16%) + Son (300) = **351.84 points**

This example demonstrates that the case 3 maximizes point earnings.

**Optimal Strategy for 10 BTC Investment:**

1. Account 1 (Team Captain): Stake 0.02 BTC and create a team
2. Account 2 (Tier-2): Join using Account 1's invitation code (no staking required)
3. Account 3 (Tier-3): Join using Account 2's invitation code and stake the remaining **9.98 BTC**


---

# 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://pumpbtc.gitbook.io/pumpbtc/pumpbtc-pre-season/how-to-maximize-points.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.
