A signer, not a wallet
SlothSign isolates the one step that needs the hardest security boundary — signing — and leaves balances, RPC, and broadcast to the tools you already use.
Principles
A signer, not a wallet. Six principles guide everything.
Chains
EVM
EIP-1193 / EIP-6963- eth_sendTransaction
- personal_sign
- eth_signTypedData_v4
Solana
wallet-standard- signTransaction
- signMessage
- signAndSendTransaction (planned)
Signing modes
Every address picks how it signs. Keys stay on the chosen device.
“Traditional wallets make signing a wallet problem. SlothSign makes it a signing problem.”