> For the complete documentation index, see [llms.txt](https://docs.socio.family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socio.family/for-traders-and-investors-trading-mechanics/the-threshold-freeze-early-adopter-protection.md).

# The "Threshold Freeze" (Early Adopter Protection)

One of the biggest fears in social tokens is this: *"I buy in early, the creator raises the entry price, and suddenly I'm priced out of the community I supported."*

**Socio solves this permanently with the Threshold Freeze.**

{% hint style="success" %}
**Your required threshold is frozen forever at the exact amount you held when you bought in or joined.** Nobody can kick you out by raising the price later.
{% endhint %}

## How it works

1. You buy **0.5 shares** of a creator's token and join their group.
2. Your "required threshold" is **locked at 0.5 shares** — permanently.
3. Later, the creator raises the entry threshold to **2 shares** for new members.
4. **You are unaffected.** Your requirement is still 0.5 shares.

| Scenario              | You (early adopter) | New joiners       |
| --------------------- | ------------------- | ----------------- |
| Original threshold    | 0.5 shares          | 0.5 shares        |
| Creator raises to 2.0 | **Still 0.5** ✅     | 2.0 shares        |
| Bonding price rises   | **Unaffected** ✅    | Pay the new price |

## What protects you

* **Bonding price rises** → do not affect your membership. The price going up never kicks you out.
* **Creator raises the threshold** → your frozen requirement stays exactly as it was when you joined.
* **Your balance drops below your frozen threshold** (e.g. you sell most of your shares) → only then would access lapse — exactly as expected.

## The fair trade-off

The Threshold Freeze is designed to be fair to **everyone**:

| Party              | How they're protected                                            |
| ------------------ | ---------------------------------------------------------------- |
| **Early adopters** | Their entry requirement never changes                            |
| **Creators**       | They can still tighten entry for future members to grow scarcity |
| **Community**      | No one is silently evicted by changing rules                     |

## In other words

> Buy in early, lock in your spot, and never worry about being priced out. The community you helped build stays open to you — no matter what.

**Next:** review the full fee structure and how your wallet works.


---

# 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://docs.socio.family/for-traders-and-investors-trading-mechanics/the-threshold-freeze-early-adopter-protection.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.
