> For the complete documentation index, see [llms.txt](https://toonie-holding.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toonie-holding.gitbook.io/docs/tokenomics/toonie-token/securities-points.md).

# Securities points

**3.1 No Rugpull Risk**

* Implementation:&#x20;
  * Token liquidity will be locked in a smart contract or with a third-party service (e.g., Unicrypt or Team Finance) to ensure liquidity cannot be drained.
  * Ownership renouncement mechanisms (if required) will be transparent and irreversible.
  * No code allowing direct access to user funds or draining contract balances.

**3.2 No Honeypots**

* Implementation:&#x20;
  * Smart contracts will have no restrictive mechanisms to prevent users from selling or transferring their tokens under any condition.
  * Transparent and well-audited code will ensure users can freely interact with the token as per standard ERC-20 specifications.

**3.3 No External Calls**

* Implementation:&#x20;
  * Token contracts will not rely on or make external calls to unknown or off-chain data sources, preventing unexpected behavior or exploits.
  * External dependency-free design, except for trusted libraries like OpenZeppelin.

**3.4 No Hidden Owners**

* Implementation:&#x20;
  * Ownership of the token contract will be fully transparent.
  * Multi-signature wallets will handle any critical administrative operations.
  * Contract ownership will be either renounced or placed in a DAO treasury after initial setup.

**3.5 No Mintable Tokens**

* Implementation:&#x20;
  * The token contract will not include minting functionality after the initial supply of 224 billion TCN is minted.
  * All tokens will be created at the time of contract deployment.

**3.6 No Reclaim Ownership**

* Implementation:&#x20;
  * Once ownership is renounced or transferred to the DAO treasury, no function will allow the original deployer or other parties to reclaim control of the contract.

**3.7 No Self-Destruct**

* Implementation:&#x20;
  * The token contract will exclude any selfdestruct functionality to prevent accidental or malicious contract termination.

**3.8 No Transfer Pausable**

* Implementation:&#x20;
  * The token contract will not include a pause function to prevent token transfers, ensuring continuous token operability.


---

# 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://toonie-holding.gitbook.io/docs/tokenomics/toonie-token/securities-points.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.
