跳到主要内容

Wallets

This guide covers wallet options for interacting with Monolythium.

Wallet Types

Monolythium 支持两种类型的钱包:

类型使用场景示例
统一钱包(推荐)所有操作 — EVM + Cosmos 合二为一Monolythium Browser Wallet
EVM 钱包转账、智能合约、dAppMetaMask, Rabby
Cosmos 钱包质押、治理、原生功能Keplr, Leap

Monolythium Browser Wallet(推荐)

官方 Monolythium Browser Wallet 在单个扩展程序中同时支持 EVM 和 Cosmos 链。无需在 MetaMask 和 Keplr 之间切换 — 一个钱包即可完成所有操作。

从 Chrome 网上应用店安装

功能:

  • 发送和接收 LYTH(EVM 和 Cosmos)
  • 部署和交互智能合约
  • LYTH 质押和取消质押
  • 参与治理投票
  • 领取质押奖励
  • 连接 dApp
  • 签署消息

为什么使用:

  • 单个扩展程序同时支持 EVM 和 Cosmos
  • 专为 Monolythium 打造 — 网络已预先配置
  • 无需手动配置链

EVM Wallets (MetaMask)

For EVM transactions (transfers, smart contracts):

MetaMask

MetaMask is the most popular EVM wallet.

Capabilities:

  • Send and receive LYTH
  • Deploy and interact with smart contracts
  • Sign messages
  • Connect to dApps

Limitations:

  • Cannot stake LYTH
  • Cannot participate in governance
  • Cannot perform MsgBurn

See MetaMask Setup for configuration.

Trust Wallet

Trust Wallet supports custom EVM networks and works with Monolythium.

Capabilities:

  • Send and receive LYTH
  • View token balances
  • Connect to EVM dApps
  • WalletConnect support

Limitations:

  • Cannot stake LYTH (use the Monolythium Browser Wallet, Keplr, or Leap)
  • Cannot participate in governance

See Trust Wallet Setup for configuration.

Other EVM Wallets

Any EVM-compatible wallet works:

Cosmos Wallets (Keplr, Leap)

For Cosmos-native operations:

Keplr

Keplr is the leading Cosmos wallet.

Capabilities:

  • Send and receive LYTH
  • Stake and unstake
  • Vote on governance proposals
  • Claim staking rewards

Installation:

  1. Install the browser extension from keplr.app
  2. Create or import a wallet
  3. Add Monolythium network (details below)

Leap

Leap is another popular Cosmos wallet.

Similar capabilities to Keplr with a different interface.

Adding Monolythium to Cosmos Wallets

Chain Registry

Monolythium will be available in the Cosmos Chain Registry. Once listed, wallets like Keplr will automatically suggest adding the network.

Manual Configuration

If not automatically available, add manually:

=== "Sprintnet"

{
chainId: "mono-sprint-1",
chainName: "Monolythium Sprintnet",
rpc: "https://rpc.sprintnet.mononodes.xyz",
rest: "https://api.sprintnet.mononodes.xyz",
bip44: { coinType: 118 },
bech32Config: {
bech32PrefixAccAddr: "mono",
bech32PrefixAccPub: "monopub",
bech32PrefixValAddr: "monovaloper",
bech32PrefixValPub: "monovaloperpub",
bech32PrefixConsAddr: "monovalcons",
bech32PrefixConsPub: "monovalconspub"
},
currencies: [{
coinDenom: "LYTH",
coinMinimalDenom: "alyth",
coinDecimals: 18
}],
feeCurrencies: [{
coinDenom: "LYTH",
coinMinimalDenom: "alyth",
coinDecimals: 18,
gasPriceStep: {
low: 0.025,
average: 0.05,
high: 0.1
}
}],
stakeCurrency: {
coinDenom: "LYTH",
coinMinimalDenom: "alyth",
coinDecimals: 18
}
}

=== "Testnet"

{
chainId: "mono_6940-1",
chainName: "Monolythium Testnet",
rpc: "https://rpc.testnet.mononodes.xyz",
rest: "https://api.testnet.mononodes.xyz",
// ... same config structure as above
}

=== "Mainnet"

{
chainId: "mono_6941-1",
chainName: "Monolythium",
rpc: "https://rpc.mononodes.xyz",
rest: "https://api.mononodes.xyz",
// ... same config structure as above
}

Address Formats

Cosmos (Bech32)

mono1abc123...xyz

Used for: Staking, governance, Cosmos transactions

EVM (Hex)

0x1234...abcd

Used for: EVM transactions, smart contracts

Conversion

The same private key generates both addresses. They represent the same account:

mono1... ↔ 0x...

See Address Formats for details.

Hardware Wallets

Ledger Support

Both address formats work with Ledger:

  • EVM: Use Ethereum app + MetaMask
  • Cosmos: Use Cosmos app + Keplr

Using Ledger with MetaMask

  1. Connect Ledger
  2. Open Ethereum app
  3. Connect to MetaMask
  4. Add Monolythium network
  5. Transactions signed on device

Using Ledger with Keplr

  1. Connect Ledger
  2. Open Cosmos app
  3. Connect to Keplr
  4. Add Monolythium network
  5. Transactions signed on device

Wallet Security

Best Practices

  1. Backup your seed phrase - Store offline in multiple secure locations
  2. Never share your seed phrase - No legitimate service will ask for it
  3. Use hardware wallets for significant holdings
  4. Verify addresses before sending
  5. Be cautious of phishing - Verify URLs carefully

Recovery

If you lose access to your wallet but have your seed phrase:

  1. Install wallet software on a new device
  2. Choose "Import" or "Restore"
  3. Enter your seed phrase
  4. Your accounts and balances are restored

!!! danger "Seed Phrase Security" Anyone with your seed phrase has full control of your funds. Never enter it on websites or share it with anyone.

Which Wallet Should I Use?

我想要...使用
在一个钱包中完成所有操作Monolythium Browser Wallet
发送/接收 LYTHMonolythium Browser Wallet、MetaMask、Trust Wallet 或 Keplr
与 dApp 交互Monolythium Browser Wallet、MetaMask 或 Trust Wallet
部署智能合约Monolythium Browser Wallet 或 MetaMask
质押 LYTHMonolythium Browser Wallet、Keplr 或 Leap
投票Monolythium Browser Wallet、Keplr 或 Leap
销毁代币Monolythium Browser Wallet、Keplr 或 Leap(或 CLI)
最大安全性Ledger + 任意钱包

FAQ

我可以在 EVM 和 Cosmos 上使用同一个钱包吗?

可以!Monolythium Browser Wallet 在单个扩展程序中同时支持 EVM 和 Cosmos。或者,同一助记词/私钥也可在不同钱包中使用(EVM 用 MetaMask,Cosmos 用 Keplr)。

Do I need separate accounts?

No. One seed phrase generates matching EVM and Cosmos addresses that share the same balance.

Which wallet is more secure?

Both are secure when used properly. For maximum security, use a hardware wallet with either.

Can I stake from MetaMask?

No. Staking requires Cosmos transactions. Use the Monolythium Browser Wallet, Keplr, or Leap.

Next Steps