> For the complete documentation index, see [llms.txt](https://moonprinter.gitbook.io/moon-printer-lightpaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moonprinter.gitbook.io/moon-printer-lightpaper/additional-information/safety-measures.md).

# Safety measures

**Liquidity lock:**

100% of liquidity will be locked for 12 months via Unicrypt (link TBC after launch)

**Multi-Sig team wallets:**

All key project wallets have multi-sig, requiring both lead dev's to sign-off on any transaction. This entails the airdrop reserve wallet, development wallet, contract wallet and buy-back & true burn wallet.&#x20;

**Token vesting**

Both the BRRR airdrop wallet (16T $BRRR) and the CEX reserve wallet (1.5T $BRRR) have their tokens locked and vested.&#x20;

For the CEX wallet, which contains less than 5% of the total supply, 10% of its tokens will get unlocked weekly, total unlock will happen over the course of 2.5 months, in time to list on CEX in case that would add direct value to Moonprinter as a project.&#x20;

For the $BRRR airdrop wallet, 1% of it's total will be unvested daily (0.16 trillion $BRRR), which links directly to the max. daily aidrop of 1% of the wallet's total. On days where sell-tax has given the ability to buy-back and true burn 101% of the 1% airdrop, the full amount will be airdropped that same day. Note - the 1% max. airdrop of the remainder of the airdrop wallet rule means the airdrop becomes small over time in absolute sense, to ensure airdrops can still be given out a year from now. However as the value of each $BRRR should have increased simultaneously, the airdrop should ensure similar or higher financial value. As an example to illustrate, think about Bitcoin's miner rewards. While the amount of Bitcoin that miner's can earn per cleared block has gone down (halved) every 4 years, the total value per Bitcoin has significantly outgrown the halving pace, to ensure higher value despite lower absolute rewards.&#x20;

KYC and audit

Both lead dev's (those that have control over multi-sig wallets, contract and community) have undergone KYC with Coinscope. The smartcontract has been extensively audited pre-launch to avoid any uncontrollable risks.&#x20;

&#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, and the optional `goal` query parameter:

```
GET https://moonprinter.gitbook.io/moon-printer-lightpaper/additional-information/safety-measures.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.
