> For the complete documentation index, see [llms.txt](https://docs.bolide.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bolide.fi/bolide-earn/faq/does-bolide-mint-new-tokens.md).

# Does Bolide mint new tokens?

Bolide does not mint new tokens and we explain below why:\
\
1\. Token BLID was minted on Ethereum mainnet and function mint cant be called again according to the code: [*https://etherscan.io/address/0x8A7aDc1B690E81c758F1BD0F72DFe27Ae6eC56A5#code*](https://etherscan.io/address/0x8A7aDc1B690E81c758F1BD0F72DFe27Ae6eC56A5#code)\
*--*\
*function mint(address account, uint256 amount)*\
&#x20; *onlyOwner external*\
&#x20; *{*\
&#x20;   *require(timestampCreated+1 days> block.timestamp,“Mint time was finished”);*\
&#x20;   *\_mint(account,amount);*\
&#x20; *}*\
*--*
