> For the complete documentation index, see [llms.txt](https://visachain.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visachain.gitbook.io/help-center/early-unstaking-and-penalties.md).

# Early Unstaking & Penalties

No — early unstaking is not possible. All VISA staking is enforced by smart contracts, and once your tokens are staked, they are locked for the full duration of your commitment.

#### Why It’s Structured This Way: <a href="#why-its-structured-this-way" id="why-its-structured-this-way"></a>

* **No Exit = No Dilution** The protocol guarantees fixed APRs by ensuring funds remain locked — preventing users from chasing APR windows or farming cycles.
* **Capital Integrity** By locking capital, the network ensures stability across yield, emissions, and token velocity.
* **Fully On-Chain Enforcement** The rules aren’t suggestions. They’re hard-coded into the smart contracts — there’s no admin key, no override, and no discretionary unlock.

#### Claiming Rewards <a href="#claiming-rewards" id="claiming-rewards"></a>

While your principal is locked, you can **claim rewards monthly** during your staking period — and re-stake them if you choose.

This design supports serious capital — not speculation. It rewards those who commit and builds long-term trust into the protocol’s core.


---

# 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://visachain.gitbook.io/help-center/early-unstaking-and-penalties.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.
