> For the complete documentation index, see [llms.txt](https://web3-4.gitbook.io/daoton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-4.gitbook.io/daoton/buidl/lockable-tokens-standard/motivation.md).

# Motivation

Most web3 use cases involve staking tokens in return for some utility and benefits. Token staking for interest benfits with certain APRs, staking for govenrance voting, staking for GameFi use cases, etc. The user sends a certain amount of stake tokens to a smart contract, which involves some logic and promises some utility to the sender (staker). Mostly users&#x20;

* can't read the smart contract code,&#x20;
* have to sign transactions to trust the smart contract,&#x20;
* are concerned about the possible vulnerabilities. (The psychology of a person signing a transaction using Ledger Nano X in blind mode is not what we need for mass adoption.)

Besides, the gas costs of the operations are significantly high in comparison to the web2 world. &#x20;

We hereby propose&#x20;

* an asynchorous scheme,&#x20;
* based on an local transactions talking to each other via costless getter functions,&#x20;
* based on tokens lockable locally (i.e. without leaving their wallet).&#x20;

This allows the whole operation to be secure, fast, robust and cheap. The scheme is possible thanks to the following features of TON,&#x20;

1. TON transactions are fundamentally asynhronous.
2. Each user wallet and Jetton account is a distinct contract on the chain managing its own state locally.   &#x20;


---

# 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://web3-4.gitbook.io/daoton/buidl/lockable-tokens-standard/motivation.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.
