Akasha — the ecosystem wallet
Akasha is the wallet for the whole ecosystem — think MetaMask or TronLink, but it speaks both tracks: the EVM side (PRANA) and the Graphene side (MELEK / SOAP), under one identity. It connects wallet ↔ pool ↔ chains: the address you mine to, the chain you witness on, and the balances you hold are one profile.
Add the PRANA network
PRANA is an EVM chain, chainId
108369 (0x1a751). Akasha adds it for
you; for any MetaMask-compatible wallet, these are the
EIP-3085 wallet_addEthereumChain params — copy them in. (The RPC and
explorer URLs below are placeholders until the PRANA endpoints are published.)
{
"chainId": "0x1a751",
"chainName": "PRANA",
"nativeCurrency": {
"name": "PRANA",
"symbol": "PRANA",
"decimals": 18
},
"rpcUrls": [
"https://rpc.prana.example"
],
"blockExplorerUrls": [
"https://explorer.prana.example"
]
}
A wallet will reject the add if the RPC does not actually
report chainId 0x1a751, and the URLs must be HTTPS — that is
the EIP-3085 contract, not our choice.
One wallet, every surface
Akasha is read-and-sign in your hands — keys never leave the wallet, the way Keychain works on the Graphene side and EIP-1193 / EIP-6963 work on the EVM side. It coexists with MetaMask in the same browser. Connect it to the pool to set your payout address, and to MELEK to witness.