# Tutorial

## **Connect Wallet**

You can log in using either JoyID or MetaMask. We recommend using JoyID as it offers more optimized support for our services. JoyID already supports the display and transfer of inscriptions, among other features. MetaMask, on the other hand, currently only supports some basic functions and cannot be used for transferring inscriptions. In the future, we will also support logging in with OKX and UniSat.

<figure><img src="/files/s0DzI88jmR8sAfEDKXr9" alt=""><figcaption></figcaption></figure>

## **Deposit CKB**

Copy the CKB address located at the top right corner, and transfer CKB to this address using Binance or any other wallet that supports CKB.

<figure><img src="/files/v0t5p0XJ55ADDQpE1oPf" alt=""><figcaption></figcaption></figure>

## **Deploy Inscription**

Click on the 'Inscribe' button on the website, choose 'Deploy'. Then enter the token symbol, project name, token precision, total issuance, and quantity per Mint you want to deploy, then click 'Next'.

<figure><img src="/files/Rm8FCAj0Hlk1TUXrFl7P" alt=""><figcaption></figcaption></figure>

Continue clicking 'Next':

<figure><img src="/files/3qP8e7xKkCMh96Rz9v8o" alt=""><figcaption></figcaption></figure>

Select the miner's fee, then click 'Submit' and confirm in the wallet:

<figure><img src="/files/GyVfKfNaIFe4ca64iaea" alt=""><figcaption></figcaption></figure>

## **Mint**

Click on the 'inscribe' button on the website, choose 'Mint', and then search for the token symbol you want to Mint.

<figure><img src="/files/mVodGhqiMtvJIAodB1A2" alt=""><figcaption></figcaption></figure>

Click 'Next', select the miner's fee, then click 'Submit' and confirm in the wallet.

<figure><img src="/files/7rk3TD13evgfAyDbhlgy" alt=""><figcaption></figcaption></figure>

## **View Your Inscriptions**

Click on your wallet address in the top right corner, select 'My Inscriptions':

<figure><img src="/files/EO0nRx5iZlTFP4DmfPl0" alt=""><figcaption></figcaption></figure>

Then, you can see all the inscriptions you have Minted and Deploy:

<figure><img src="/files/25WqhImidQLjG4ag35GU" alt=""><figcaption></figcaption></figure>

## Deployer Close Mint

If you are deployer, you can choose to stop minting at any time.But please note that after closing Mint, all users will not be able to Mint this inscription, so the actual Mint quantity of the inscription will no longer increase.

<figure><img src="/files/XEvH6bORcYbHbsbyini9" alt=""><figcaption></figcaption></figure>

## Deployer Rebase

REBASE will multiply the actual Mint quantity of the inscription by a coefficient so that the product of the multiplication equals the supply. Please note that this operation will update the actual shares of the inscription.

<figure><img src="/files/CvODb5Gfmc0zL27QAqJs" alt=""><figcaption></figcaption></figure>

## Claim Shares

Please note that the actual shares you receive will depend on the current Mint quantity of the inscription and the total supply. If the total Mint quantity is twice the total supply (e.g. 40 million Minted for a 20 million supply inscription), each user's actual shares will be halved. Conversely, if the total Mint quantity is half the total supply (e.g. 10 million Minted for a 20 million supply inscription), each user's actual shares will be doubled.Only after rebase will you get the actual number of inscriptions.

<figure><img src="/files/S1wGkkoE5fqZUnSGO3kj" alt=""><figcaption></figcaption></figure>


---

# 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://docs.omiga.io/tutorial.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.
