Wallets
This guide covers wallet options for interacting with Monolythium.
Wallet Types
Monolythium은 두 가지 유형의 지갑을 지원합니다:
| 유형 | 사용 사례 | 예시 |
|---|---|---|
| 통합 지갑 (권장) | 모든 작업 — EVM + Cosmos를 하나로 | Monolythium Browser Wallet |
| EVM 지갑 | 전송, 스마트 컨트랙트, dApp | MetaMask, Rabby |
| Cosmos 지갑 | 스테이킹, 거버넌스, 네이티브 기능 | Keplr, Leap |
Monolythium Browser Wallet (권장)
공식 Monolythium Browser Wallet은 하나의 확장 프로그램에서 EVM과 Cosmos 체인을 모두 지원합니다. MetaMask와 Keplr을 번갈아 사용할 필요 없이 하나의 지갑에서 모든 것이 작동합니다.
기능:
- 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 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:
- Install the browser extension from keplr.app
- Create or import a wallet
- 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
- Connect Ledger
- Open Ethereum app
- Connect to MetaMask
- Add Monolythium network
- Transactions signed on device
Using Ledger with Keplr
- Connect Ledger
- Open Cosmos app
- Connect to Keplr
- Add Monolythium network
- Transactions signed on device
Wallet Security
Best Practices
- Backup your seed phrase - Store offline in multiple secure locations
- Never share your seed phrase - No legitimate service will ask for it
- Use hardware wallets for significant holdings
- Verify addresses before sending
- Be cautious of phishing - Verify URLs carefully
Recovery
If you lose access to your wallet but have your seed phrase:
- Install wallet software on a new device
- Choose "Import" or "Restore"
- Enter your seed phrase
- 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 |
| LYTH 전송/수신 | Monolythium Browser Wallet, MetaMask, Trust Wallet 또는 Keplr |
| dApp과 상호작용 | Monolythium Browser Wallet, MetaMask 또는 Trust Wallet |
| 스마트 컨트랙트 배포 | Monolythium Browser Wallet 또는 MetaMask |
| LYTH 스테이킹 | Monolythium 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
- MetaMask Setup - Configure MetaMask
- Trust Wallet Setup - Configure Trust Wallet
- Get LYTH - Obtain tokens from the faucet
- Staking Overview - Learn about staking