# CHIKA

Name: Chiikawa

Symbol: CHIKA

Max supply: 1,000,000,000,000,000

ca: 0x61CFA29261d8151D39244b8FfCf8DFd2f9DF3839

\
Here's a simple guide on how to participate in the ChiikawaToken (CHIKA) contract:\
How to Participate:

1. Get an Shibarium Wallet:
   * You'll need an Ethereum-compatible wallet like MetaMask or Trust Wallet. Install it as a browser extension or on your mobile device.
2. Have Some BONE:
   * You need BONE to pay for gas fees. Make sure you have BONE in your wallet to cover transaction costs.
3. Connect to the Shibarium Network:
   * Ensure your wallet is connected to the Shibarium mainnet (not a testnet).
4. Find the Contract Address:
   * 0x61CFA29261d8151D39244b8FfCf8DFd2f9DF3839
5. Interact with the Contract:
   * Mint Tokens:
     * Use your wallet to interact with the contract. If there's a user interface (like on a decentralized application or DApp), you can use it. Otherwise, through your wallet:
       * Find an option to "Interact with Contract" or similar.
       * You'll need the contract's ABI (Application Binary Interface). For this contract, you can copy the ABI from the mint function's signature in the contract code:solidity

         ```solidity
         function mint() external
         ```
       * Input the contract address and ABI into your wallet's interface.
       * Call the mint function. This function:
         * Mints MINT\_AMOUNT tokens (1,000,000,000 CHIKA) minus 20% for airdrop.
         * Distributes 20% of the mint amount to 160 random addresses.


---

# Agent Instructions: 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:

```
GET https://woofswap.gitbook.io/shibarium-builder/experiment/chika.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
