# Pass

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

**Pass** is your personal Social Token on Berally, representing your fame and skills. You can flip your own Pass and others’, and holding at least 1 Pass of Caesar gets you into his private group chat and gives you access to Caesar’s crowdfunding vault, aka the Pot.

## Price Curve

When you join Berally, you’ll pick a "Price Curve" for your Pass. This decides how the price will change as more Passes circulate. Here’s the formula:

$$
Price = (Circulating Supply)^2/X
$$

Where:

* **Circulating Supply:** Number of Passes in the market
* **X:** A constant that controls how wild the price swings

## Pick your curve

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

1. <mark style="color:green;">**Friendly (X = 500)**</mark>

   Prices rise and fall smoothly. Perfect if you want to keep it chill and make it easy for other Beras to join your crew.
2. <mark style="color:yellow;">**Neutral (X = 100)**</mark>

   Prices adjust at a balanced pace. Good balance if you’re looking to keep it fair
3. <mark style="color:red;">**Aggressive (X = 30)**</mark>

   Prices spike and dip fast. Go for this if you’re aiming for an exclusive, tight-knit crew.

## Examples for you bozos

**Circulating Supply:** 50 Passes&#x20;

Calculating the Pass price for each price curve:

* **Friendly Curve:**&#x20;

$$
Price = (50)^2/500= 5 BERA
$$

* **Neutral Curve:**&#x20;

$$
Price = (50)^2/120= 20.83 BERA
$$

* **Aggressive Curve:**&#x20;

$$
Price = (50)^2/30= 83.33 BERA
$$

## Whose Pass should I buy?

* Someone with good alfa
* Someone attracting volume for quick flips (friendtech flashback)
* Someone with proven Pot performance

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

## Tax&#x20;

There’s a 5% tax on all Pass buying and selling. Here’s how it splits: 3% goes to the Pass owner, 0.5% to the referrer, and 1.5% to Berally Treasury.


---

# 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.berally.io/products/pass.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.
