> For the complete documentation index, see [llms.txt](https://docs.dropbeast.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dropbeast.xyz/the-beast-token/product-access-post-tge.md).

# Product Access post TGE

## Subscription prices

Disclaimer: *While this section is directionally correct, the actual numbers may change as we receive product feedback*

DropBeast subscriptions are priced in two ways stable coins or $BEAST burning and $BEAST locking, with staked $BEAST reducing the price paid per wallet. Inverting the pricing model to favour users with fewer wallets while making it more expensive for those seeking many wallets can create a fairer distribution of airdrop rewards and voting power. This approach can help prevent monopolization by "whales" (users with substantial capital and large numbers of wallets) while still encouraging them to stake significant amounts for the benefits associated with long-term commitment.&#x20;

### **Fiat-pegged or stable coins**

DropBeast subscriptions priced in fiat-pegged stable coins are tiered by the number of wallets in the purchase.  This gives a lifetime access to the product for each wallet purchased.&#x20;

Price per wallet = n×(0.030×n+30)

| Number of Wallets | Unit Price (USD) | Total Price (USD) |
| ----------------- | ---------------- | ----------------- |
| 1                 | $30.00           | $30.00            |
| 10                | $30.30           | $303.00           |
| 100               | $33.00           | $3,300.00         |
| 1000              | $60.00           | $60,000.00        |

<br>

The unit price for 1 wallet remains $30, while for more than 1 wallet, the unit price is calculated using the formula n×(0.030×n+30). The total price is the product of the number of wallets and the respective unit price.

### **Burning Beast**

DropBeast subscriptions are unlocked for users who don’t want to pay in fiat by burning $Beast on the DropBeast website. The units of $Beast to be burned will be determined by the number of wallets to be purchased, the total price and reconciled based on the current UniSwap price of $Beast, the total number of $Beast units required.&#x20;

### **Staking Beast**

DropBeast subscriptions are unlocked for users staking $Beast.&#x20;

* More wallets -> tiered price per wallet increases
* Longer staking -> tiered price per wallet decrease
* More tokens staked -> more influence in governance processes&#x20;

The ideal scenario is all users lock a reasonable number of wallets for a long period of time to get the deepest discount.&#x20;

The minimum duration you can stake tokens is one month. At one month staking, the units to stake per wallet are below.

* For n=1: Tokens per wallet=20
* For n>1: Tokens per wallet=0.08×n+19.992

| Number of wallets | Token Units per Tier | Tokens per wallet |
| ----------------- | -------------------- | ----------------- |
| 1                 | 20                   | 20.00             |
| 10                | 207                  | 20.72             |
| 100               | 2792                 | 27.92             |
| 1000              | 10000                | 99.92             |

Staking for 4 years gives a 90% discount, 3 months a 20% discount.

| Staking period | Discount |
| -------------- | -------- |
| 4 years        | 90%      |
| 3 years        | 80%      |
| 2 years        | 60%      |
| 1 year         | 40%      |
| 3 months       | 20%      |
| 1 month        | 0%       |

Which means staking 1000 tokens for 5 years gets a user access to 1000 wallets.&#x20;

<table data-header-hidden><thead><tr><th width="123"></th><th></th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Number of Wallets</td><td>1 month 0% Discount</td><td>3 Months 20% Discount</td><td>1 year 40% Discount</td><td>2 years 60% Discount</td><td>3 years 80% Discount</td><td>4 years 90% Discount</td></tr><tr><td>1</td><td>20.0</td><td>16.0</td><td>12.0</td><td>8.0</td><td>4.0</td><td>2.0</td></tr><tr><td>10</td><td>207.0</td><td>200.0</td><td>150.0</td><td>100.0</td><td>50.0</td><td>25.0</td></tr><tr><td>100</td><td>2972.0</td><td>2400.0</td><td>1800.0</td><td>1200.0</td><td>600.0</td><td>300.0</td></tr><tr><td>1000</td><td>10000.0</td><td>8000.0</td><td>6000.0</td><td>4000.0</td><td>2000.0</td><td>1000.0</td></tr></tbody></table>

<br>


---

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

```
GET https://docs.dropbeast.xyz/the-beast-token/product-access-post-tge.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.
