> For the complete documentation index, see [llms.txt](https://cryptominespacex.gitbook.io/cryptomine-space-x-road-map/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptominespacex.gitbook.io/cryptomine-space-x-road-map/token-viltrumita-vlt.md).

# Token Viltrumita "VLT"

* **Max Total Supply:** 5,000,000 VLT
* **Symbol:** VLT
* **Decimals:** 18
* **Token:** Viltrumita (VLT)
* **Presale:** 3,750,000 VLT
* **Locked Liquidity:** 1,000,000 VLT
* **Marketing:** 100,000 VLT
* **Reward Pool:** 150,000 VLT

***

(This is a Smart Contract written in Solidity for the Viltrumita Token (VLT) token.

1. **Name and Symbol**: The token is named "Viltrumita" with the symbol "VLT".
2. **Decimals**: The token has 18 decimals, which means it can be divided into smaller units up to 18 decimal places.
3. **Total Supply**: The total supply of Viltrumita tokens is set to 5.000.000 with 18 decimals, represented as 5.000.000 \* 10^18.
4. **Ownership**: The contract includes an 'owner' variable, and the deployer of the contract becomes the initial owner.
5. **Balances and Allowances**: The contract uses two mapping structures to keep track of token balances for each address and allowances set by token holders for spending on their behalf.
6. **Functions**: The contract provides several functions for token management, including transferring tokens between addresses, approving spender addresses to spend tokens, increasing or decreasing allowances, and querying token-related information.
7. **Modifiers**: The 'onlyOwner' modifier ensures that certain functions can only be called by the contract owner.
8. **Events**: The contract emits two events - 'Transfer' and 'Approval' - to signal token transfers and allowance approvals.

Overall, this Smart Contract serves as the foundation for the Viltrumita (VLT) on the blockchain and facilitates basic token functionalities like transfers and approvals while adhering to standard ERC-20 specifications.)

The total supply of the token is 5.000.000 units. This means that there will only be 5.000.000 tokens in circulation from the beginning of the project. This limited supply approach can help maintain token scarcity and potentially influence its value as demand increases or decreases.

&#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://cryptominespacex.gitbook.io/cryptomine-space-x-road-map/token-viltrumita-vlt.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.
