> For the complete documentation index, see [llms.txt](https://docs.singlefinance.io/autosingle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.singlefinance.io/autosingle/tokenomic/autocell-token.md).

# AutoCell token

### Quick Summary:

* **Stake and lock** AutoS tokens to earn AutoCell over time
* By **claiming AutoCell** **manually**, you will get extra investment quota to access our exclusive Auto Strategy Vaults
* During the lockup period, you will earn AutoCell at **2x speed**
* After the lockup period, you will earn AutoCell at 1x speed by staking
* During the staking period, you will earn extra AutoS reward, based on the proportion of claimed AutoCell
* You can speed up your AutoCell-earning by extending the lockup period after the initial lockup period
* You can only unstake AutoS tokens after the lockup period
* If you unstake **any** AutoS, you will lose **all** of your AutoCell, both claimed and pending ones
* After unstaking, you bonus AutoS rewards will be harvested to your wallet

### What is AutoCell?

AutoCell is a non ERC-20 token that is regarded as the fuel to unlock Auto Strategy Vaults. The investment quota to our exclusive Auto Strategy Vaults will be proportional to the amount of AutoCell held.

AutoCell is non-tradable and time-sensitive: the earlier AutoS is staked, the more AutoCell will be generated.&#x20;

### How many AutoCell can you earn per da&#x79;**?**

Base rate: **0.0000000292706 per second**

2x Speed during lockup period: **0.0000000585412 per second**

There are 86,400 seconds in a day. During lockup period, you are enjoying 2x speed. So you can earn 0.0000000585412\*86,400 = **0.00505795968 AutoCell** **per 1 staked AutoS.**

### **What is the maximum number of AutoCell I can claim?**

Our default maximum number of day for earning AutoCell at 1x speed is 395 days.&#x20;

`Max. No. of AutoCell per 1 staked AutoS =`` `**`0.0000000292706*86400*395 = 1`**


---

# 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.singlefinance.io/autosingle/tokenomic/autocell-token.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.
