Glossary

What is Smart contract?

A smart contract is code deployed on a blockchain that runs exactly as written when called, with no operator able to alter or stop it.

Contracts hold state (such as token balances) and expose functions anyone can call by sending a transaction. Once deployed, the code is immutable unless it was written to be upgradeable.

A token, a liquidity pool, and a DEX router are all smart contracts. Monmint deploys a standard, verified ERC-20 contract for the tokens you create.

Keep reading