> For the complete documentation index, see [llms.txt](https://pulse-capital-2.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pulse-capital-2.gitbook.io/whitepaper/the-ecosystem/stock-lock.md).

# STOCK Lock

The STOCK Lock system in Pulse Capital offers users flexibility in managing their STOCK tokens by providing two options: selling the tokens or locking them to avoid tax penalties. This system is designed to encourage long-term participation and sustainable growth within the platform while giving users the freedom to choose their preferred strategy.

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

### 1. Purpose of STOCK Lock

The STOCK Lock is designed to incentivize longer holding periods for STOCK tokens, reducing the 5% sell tax that is applied to immediate sales. This lock mechanism:

* Rewards users with tax-free conversion after a 14-day holding period.
* Discourage frequent selling and to promote long-term commitment to the ecosystem.

### 2. Locking Mechanism

To avoid the 5% sell tax, users can choose to lock their STOCK tokens for a period of 14 days. During this lock period, the tokens remain inaccessible, but once the lock expires, users can claim their STOCK tokens back into LP tokens without incurring any tax.

* **Lock Duration:** Users commit their STOCK tokens to a 14-day lock period.
* **Tax-Free Conversion:** Once the lock period is complete, users can reclaim their tokens as LP tokens without incurring the 5% sell tax.
* **Transparency:** Users can monitor the status of their locks, including duration left and the claimable date, directly in the LOCK dashboard.

### 3. Using STOCK Lock: Step-by-Step

* **Step 1:** Select the amount of STOCK tokens to lock. Users can view their available wallet balance and specify the number of tokens they wish to lock.
* **Step 2:** Confirm the lock by clicking “Lock Tokens.” Once confirmed, the 14-day lock period begins, and the tokens are inaccessible during this time.
* **Step 3:** Track the lock status in The LOCK section of the dashboard. This section provides information on the token amount, duration, and time remaining until the lock expires.

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


---

# 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://pulse-capital-2.gitbook.io/whitepaper/the-ecosystem/stock-lock.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.
