# Functionality

## Functionality

The initial token will be launched as an ERC-20 on the Ethereum blockchain. We chose Ethereum due to this network holding the most capital of any smart-contract enabled chain while also having verifiable & proven history of security for user assets.

It exists with a fixed supply of 1,000,000,000 MRTR & all the other base features included with an ERC-20 token i.e. can be transferred between accounts freely.

There are plans to expand & brige to other secure networks in the near future.

### **Staking** <a href="#staking" id="staking"></a>

Users will deposit MRTR tokens into the staking contract, which operates as an ERC-4626 vault.

#### **Vault Mechanism** <a href="#vault-mechanism" id="vault-mechanism"></a>

Upon deposit, users receive Staked Mortar (xMRTR), which represent their proportional share of the MRTR assets within the vault. These xMRTR tokens will track the user's entitlement to governance, yield distribution and future Quarry rewards.

When users withdraw their staked tokens, they redeem their xMRTR tokens to withdraw the corresponding amount of MRTR, adjusting both the total staked supply and their balance.

There is no explicit fixed supply of xMRTR; it is created when MRTR is vaulted & burnt when MRTR is withdrawn.

### **Burn Mechanism** <a href="#burn-mechanism" id="burn-mechanism"></a>

There is a burn functionality built into the contract. This is to allow permanent removal of MRTR from the circulating supply. A user is not encouraged to call this function, however the treasury will use this to remove unallocated MRTR from specific pools or to streamline ecosystem fees within the DApp ecosystem.


---

# 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.bricklayerdao.com/offerings/mortar-utility-token-mrtr/functionality.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.
