> For the complete documentation index, see [llms.txt](https://tactlabs.gitbook.io/featurepreneur/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tactlabs.gitbook.io/featurepreneur/hidden-stocks.md).

# Hidden Stocks

We are introduing Hidden stocks for all employees (including part time) of Tactii (including TactLabs). It will effect after 6 months of your employment.&#x20;

The hidden stock will be available to cash out when they leave or whenever Tactii has a budget to deliver. Employees can keep the stock and it can grow with the company. Employees can cash out only certain amount like 20% and keep the rest in the stock.

**Sample:** \
**Kevin** finished 13 months for TactLabs. Based on Kevin's productivity and commitment, we are giving 5k INR monthly, so totally 13 \* 5 = 75k.

**Venkataramanan** finished 24 months for TactLabs and about to quit in the 25th month. Based on Venkataramanan's productivity and commitment, we are giving 3k INR monthly, so totally 24 \* 3 = 72k. Since, he plans to keep 20% stock and cash out the rest, we will relase 58k and keep the 14k with TactLabs.

**FAQ:**

**Do the employees know how much hidden stock they have accumulated during the employoment?**

No. Hidden stocks is NOT regular stock/equity that you can get from other startups. Only the top managment knows about the hidden stocks and it can be revealed to the employees when they leave the company.


---

# 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://tactlabs.gitbook.io/featurepreneur/hidden-stocks.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.
