# Technical analysis

**Genesis**, the token generator and Inscription Mint within the Orbital7 suite, offers users a powerful and intuitive platform to create and mint their own layer-0 crypto token inscriptions. This innovative tool simplifies the complex process of token creation, enabling users to customize their digital assets according to their specific requirements. With **Genesis**, launching a new cryptocurrency on the Bitcoin blockchain becomes accessible to everyone, regardless of their technical expertise. Users can define token parameters such as supply, name, and symbol with ease, making **Genesis** an essential tool for anyone looking to enter the digital asset space.

### **Token creation**

1. User clicks on “Create BRC-20”
2. Frontend shows form with inputs
3. User fills and sends the form
4. Frontend sends transaction to deploy BRC-20
5. Frontend requests to create Token to Backend
6. Backend adds token to Database

<figure><img src="https://lh7-us.googleusercontent.com/cChtLE7zzX-JRwKu36kebjJACcmz0e6MhtOODW2UHbBCAIJ0kHI-6QMQsCWQ5hm0tLCK3FQF86ChUjXOJU7LGuW6ZooVBxE_NvahhiiMyzjpjebA2seaNZNugR2Ze5YajtA0T_qivvHKQT5R74xsxh4" alt=""><figcaption></figcaption></figure>

### **Token minting**

1. User chooses BRC-20 token to mint
2. Frontend shows the form
3. User sends the form
4. Frontend sends the transaction to mint
5. Backend adds info to database

<figure><img src="https://lh7-us.googleusercontent.com/aazmvFxqmcm3tldhs5guzgmz6Tht-JR24Oa_RR0Rfscz2cl4QxQcE8AdSkZTjg3umnv8hJLqrrqE7aaGPmp0qBl-YlMyhxl7IOJNO5LKU1MXf1zGiWYti0gXqezrr2jNf6qsJPTGDWDrlta-TxRLRec" 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://orbital7.gitbook.io/7-degrees-of-bitcoin-evolution/orbital7-tool-suite/inscription-mint-genesis/technical-analysis.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.
