# SRM Token

## SRM and MSRM

**Serum (SRM)** is the utility and governance token of Serum. If you hold SRM in your wallet, you receive a discount on fees. SRM is native to the Solana blockchain (as an SPL token) and is also available on the Ethereum blockchain (as an ERC20 token).&#x20;

**MegaSerum (MSRM)** is 1,000,000 SRM stacked together. Both SRM and MSRM are available on Serum.

You can create 1 MSRM by locking up 1 million SRM, and you can redeem the MSRM back out for 1 million SRM. However, there is a limit of 1,000 MSRM in the world, so in practice, they are scarce. You generally receive benefits for holding SRM and larger benefits for holding MSRM.

### Tokenomics

10% of all SRM tokens begin unlocked. The other 90% all have the same unlock schedule. They are fully locked for the first year, and then unlock linearly over the next 6 years, beginning on the 11th of August 2021, at approximately 1/2190 per day. All seed sales were locked.

![](https://593228139-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0KCPgI-ecLKfYa3jX%2F-MiFPn3rAWzMacApvjfW%2F-MiFQzDzXbQPSslSD1ZJ%2Fimage.png?alt=media\&token=7d57aaeb-2231-4857-9bda-35baa98480ca)

## Buy and Burn

{% hint style="info" %}
100% of the exchange fees flow back into SRM, generally via a buy and burn, and also potentially into staking rewards or other ecosystem grants.
{% endhint %}

#### Ecosystem Fees

Serum charges fees on trades that use its order book. Other applications (including e.g. Raydium and Bonfida) may charge their own fees in addition to the fees Serum charges. All fees go to the benefit of SRM.

More information on fees for DEXes built on Serum can be found at the bottom of: <https://projectserum.com/#/staking-and-voting>

## Resources

You can learn more about the SRM token at [Project Serum SRM FAQ](https://projectserum.com/srm-faq).

You can also check out SBF's [Twitter thread](https://twitter.com/sbf_alameda/status/1296840819706478592?lang=en) on SRM and MSRM.

#### Price Trackers

* CoinMarketCap: <https://coinmarketcap.com/currencies/serum/>
* CoinGecko: <https://www.coingecko.com/en/coins/serum>

#### Block Explorers

* [SRM ERC20](https://etherscan.io/token/0x476c5e26a75bd202a9683ffd34359c0cc15be0ff)
* [MSRM ERC20](https://etherscan.io/token/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4)
* [SRM SPL](https://explorer.solana.com/address/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt)
* [MSRM SPL](https://explorer.solana.com/address/MSRMcoVyrFxnSgo5uXwone5SKcGhT1KEJMFEkMEWf9L)


---

# 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.projectserum.com/introduction/srm-token.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.
