# NFT issuance on Binance Smart Chain

### How to issue your own NFT on Binance Smart Chain

1\. Deploy the NFT contract on Remix. Find the contract demo here: <https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185>

2\.&#x20;Prepare the MetaData and set to a hyperlink that can be accessed externally: [https://raw.githubusercontent.com/oumetom/prom\_assets/master/07.09/top1.json ](<https://raw.githubusercontent.com/oumetom/prom_assets/master/07.09/top1.json >)

3\.&#x20;[Connect MetaMask to the BSC block explorer](https://app.gitbook.com/@ankr/s/bounce-docs/~/drafts/-MN34cRdMdLofSdOKR5c/guides/use-metamask-with-binance-smart-chain) and switch MetaMask's network to the Binance Smart Chain main network.

4\. Choose WriteContract: [https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#writeContract ](<https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#writeContract >)

5\.&#x20;Fill in the issue address and the token url prepared above in the \[issueToken] function

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

6\.&#x20;Click \[Write] then click \[Confirm] when MetaMask pops up, and wait for the block to be confirmed. After the block is confirmed, the NFT issuance is successful.

7\. Switch to the \[Read Contract] page, find the \[OwnerOf] function, enter the tokenid you have just issued, and you can view the owner address of the token.[https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#readContract ](<https://bscscan.com/address/0xc469e9bd0276e6185c9a0b4e61fed8e0d0ed0185#readContract >)

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

8\.&#x20;Put the \[tokenId] in the \[tokenURI] function and click \[query] to view the tokenURI you just issued.

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

9\.&#x20;BSC's block explorer also supports the display of detailed information of the NFT transfers <https://bscscan.com/tx/0x9e641c41bb5b9b75cd812c57b9d4037fda4cec894dfffdf8869697fc7a1d2d2c>

<figure><img src="/files/pGXopETf6pAumJz3p1T2" 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.bounce.finance/bounce-nft/nft-issuance/nft-issuance-on-binance-smart-chain.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.
