# Introduction

BNCS is a ground-breaking platform that enables the creation of liquid staking LST yield-based inscription markets. It has been developed on the solid foundation of Omnichain Liquid Staking parachain Bifrost and is powered by the exceptional Polkadot ecosystem.

The BNCS-20 protocol is designed to offer liquidity staking rewards to the inscriptions that are deployed on it, making it an incredible opportunity for investors to maximize their returns. Furthermore, the inscriptions can be used across multiple parachains, creating endless possibilities for innovation and growth.

## Mint BNCS

BNCS is an implementation of the BNCS-20 protocol on the Bifrost parachain

<table><thead><tr><th width="201">Info</th><th>Detail</th></tr></thead><tbody><tr><td>Mint Start Block</td><td><a href="https://bifrost.subscan.io/block/3712640">3712640</a></td></tr><tr><td>Mint End Block</td><td><a href="https://bifrost.subscan.io/block/3728640">3728640</a></td></tr><tr><td>Deploy TxHash</td><td><a href="https://bifrost.subscan.io/extrinsic/0x0bf125ca121b7d26df86f5320c4dff3c5ce8a15920582aec18d90c9a233c6081">Transaction</a></td></tr><tr><td>Tick</td><td><mark style="color:yellow;">BNCS</mark></td></tr><tr><td>Max Supply</td><td>10,000,000,000</td></tr><tr><td>Share Per Block</td><td>625,000</td></tr><tr><td>Transfer start Block</td><td><a href="https://bifrost.subscan.io/block/3760959">3760959</a></td></tr></tbody></table>

### Free Mint Rules

The max supply of $BNCS is 10 billion, and it will be minted over 16,000 blocks. Each block will have minting transactions that will distribute 625,000 $BNCS equally among them. If a block doesn't have any minting transactions, the 625,000 $BNCS will be destroyed.

Mint transaction structure:

<table data-header-hidden><thead><tr><th width="251"></th><th></th></tr></thead><tbody><tr><td>system.remark_with_event</td><td>{"p":"bncs-20","op":"mint","tick":"BNCS"}</td></tr><tr><td>Call Data</td><td>0x0007a47b2270223a22626e63732d3230222c226f70223a226d696e74222c227469636b223a22424e4353227d</td></tr></tbody></table>

### Mint via SubWallet / Tailsman / Polkadot.js

* Install SubWallet / Tailsman / Polkadot.js browser extension
  * SubWallet browser extension ([Download](https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn))
  * Tailsman browser extension ([Download](https://chromewebstore.google.com/detail/talisman-polkadot-and-eth/fijngjgcjhjmmpcmkeiomlglpeiijkld))
  * Polkadot.js browser extension ([Download](https://polkadot.js.org/extension/))
* Create Substrate address
* Transfer to BNC to this address
* Connect wallet with SubWallet / Tailsman / Polkadot.js
* Click mint button at [BNCS Dapp](https://bncs.io) or send `system.remark_with_event({"p":"bncs-20","op":"mint","tick":"BNCS"})` at [Bifrost Polkadot JS](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fbifrost-polkadot.api.onfinality.io%2Fpublic-ws#/extrinsics) to participate in minting

### Bifrost Parachain RPC Endpoint

<table><thead><tr><th width="185"></th><th></th></tr></thead><tbody><tr><td>Europe</td><td>wss://eu.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Europe</td><td>wss://eu2.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Europe</td><td>wss://eu3.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Hong Kong</td><td>wss://hk-tmp.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Hong Kong</td><td>wss://hk-tmp2.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Hong Kong</td><td>wss://eu-tmp3.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>Hong Kong</td><td>wss://eu-tmp4.bifrost-polkadot-rpc.liebi.com/ws</td></tr><tr><td>United States</td><td>wss://bifrost-polkadot.api.onfinality.io/public-ws</td></tr><tr><td>Sweden</td><td>wss://bifrost-polkadot-rpc.dwellir.com</td></tr></tbody></table>


---

# 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.bncs.io/introduction.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.
