Skip to main content
This page lists tokens created using the TokenFactory module on MANTRA, which allows smart contracts to create native tokens with custom denominations.

Mainnet (mantra-1)

SymbolTokenFactory Denom

Using TokenFactory Denoms

To interact with TokenFactory tokens, use the full denomination format. For example:
# Query wstETH balance
mantrachaind query bank balances mantra123... --denom="factory/mantra1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH"

# Send wstETH tokens
mantrachaind tx bank send \
  my-wallet recipient-address \
  1000000factory/mantra11ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH \
  --chain-id mantra-1 \
  --gas auto \
  --gas-adjustment 1.2

Creating TokenFactory Denoms

Smart contracts on MANTRA Chain can create their own TokenFactory denominations by using the TokenFactory module. This is particularly useful for applications that need to:
  1. Create wrapped versions of existing tokens
  2. Mint liquidity provider tokens
  3. Create synthetic assets
  4. Create governance tokens
To create a TokenFactory denom from a smart contract, the contract code needs to invoke the appropriate messages from the TokenFactory module.

Fee Tokens

COMING SOON!
Some TokenFactory tokens can be used to pay for transaction fees on MANTRA Chain. The current list of supported TokenFactory fee tokens includes