# How to Issue a Token Using Matrix Smart Contracts

1\. Develop a token smart contract at ide.matrix.io.

Click the + sign on the upper right corner of your browser to create a new token contract file.

![](https://www.matrix.io/assets/img/blog/Smart_Contracts1.png)

![](https://www.matrix.io/assets/img/blog/Smart_Contracts2.png)

2\. Write smart contract codes for the token.

![](https://www.matrix.io/assets/img/blog/Smart_Contracts3.png)

3\. Compile contract codes.

![](https://www.matrix.io/assets/img/blog/Smart_Contracts4.png)

4\. Test and fine-tune the codes.

![](https://www.matrix.io/assets/img/blog/Smart_Contracts5.png)

5\. Deploy the smart contract.

Use the smart contract feature on the Matrix Web Wallet to deploy the compiled bytecodes onto the Mainnet or the test chain.

![](https://www.matrix.io/assets/img/blog/Smart_Contracts6.png)

![](https://www.matrix.io/assets/img/blog/Smart_Contracts7.png)


---

# 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.matrix.io/guides/how-to-issue-a-token-using-matrix-smart-contracts.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.
