> For the complete documentation index, see [llms.txt](https://orbital7.gitbook.io/7-degrees-of-bitcoin-evolution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbital7.gitbook.io/7-degrees-of-bitcoin-evolution/orbital7-tool-suite/inscription-mint-genesis/technical-analysis.md).

# 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>
