> For the complete documentation index, see [llms.txt](https://zibars-organization.gitbook.io/scale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zibars-organization.gitbook.io/scale/basics/minting-allocation.md).

# Minting Allocation

**Minting Process**

Tokens Used for Minting: Scale tokens can be minted using Ethereum (ETH) or TITANX and the minting process is divided into the following phases:

Minting Allocation are as follows and $SCALE is a tax token so all pools will be on Uniswap v2. Fees are autocompounded into the LP token which will be burned, this means that as long as there is volume then fees will continue to autocompound and LPs will continue growing.

* 35% of the mint will be used to buy the corresponding token for the $SCALE LP pair, and the percentages are as follows.  LPs will occur immediately after the 14 day fair launch and trading will commence.
* LP tokens will be also be burned so fees will compound forever.
  * $SCALE/BDX 60%
    * LP creation and LP tokens burned <https://etherscan.io/tx/0x00f777a847a5214661ded300e213c650bb7f32badcd9f26f58453f7d80bc8df6>
  * $SCALE/$HYDRA 10%
    * LP creation and LP tokens burned <https://etherscan.io/tx/0xd271ea1cb6a60640f18f54fefeb9092a00bdd600875316617be4796a55de2eed>
  * $SCALE/DRAGONX 10%
    * LP creation and LP tokens burned <https://etherscan.io/tx/0x7c6d31280880032b1b127af5949f3faed34cded36df495f70685dec753568de6>
  * $SCALE/E280 10%
    * LP creation and LP tokens burned <https://etherscan.io/tx/0xcbe69b69f5b913d78c5a032c784903ba772acdc59e23d8bf925c5ae507db2182>
  * $SCALE/AWESOMEX 10%
    * LP creation and LP tokens burned <https://etherscan.io/tx/0xd23e6b20624b9b067dc7cfb9af7ee3051b7d9af799ab3cc93c6c9fd4863e01d8>
* 8% Dev Fee.
* 35% TitanX or ETH will be swapped to $DRAGONX and sent to the $BDX Buy and Burn.
* 1% Genesis wallet has been created with no expectations.
* 5% TitanX sent to both the DragonX and Helios Vault/Treasury for a total of 10%.
* 11% Allocated to Start Hydra Miners (Not including the additional $10,000 from the Baby DragonX Grant Fund Allocation which already occurred💰).


---

# 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://zibars-organization.gitbook.io/scale/basics/minting-allocation.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.
