Chrome Extension

Your keys. Your coins.
Your privacy.

A browser wallet for MobileCoin and Ethereum. No accounts. No tracking. No compromise.

Get the WordPress Plugin
KYOTO WALLET
MOB ETH
Balance
14.2800
MOB
7JQj...RxYm
Send
Receive
Activity
Received 2m ago
+5.0000 MOB
Sent 1h ago
-2.5000 MOB
Received 3d ago
+10.0000 MOB

What Kyoto does

One wallet. Two chains. Zero compromise on privacy or access.

MobileCoin

  • Send and receive MOB with full transaction privacy
  • Fog-based scanning — no blockchain download needed
  • Signal-compatible addresses
  • Encrypted transaction memos
  • ~5 second confirmation time

Ethereum

  • 6 chains: Ethereum, Base, Arbitrum, Optimism, Polygon
  • Works with any dApp (EIP-6963 + EIP-1193)
  • ERC-20 token support with auto-detection
  • ENS name resolution
  • WalletConnect v2

Security

  • 6-digit PIN backed by Juicebox HSMs
  • Biometric unlock (Touch ID / Face ID)
  • Keys never stored on device
  • Auto-lock after 15 minutes
  • Transaction simulation with risk scoring

Privacy by design

From install to first transaction in under a minute.

01

Install

Add Kyoto to Chrome. Create a wallet with a 6-digit PIN. That's it. No email, no account, no phone number.

02

Send privately

MobileCoin transactions use ring signatures and encrypted fog. Nobody sees your balance or history — not even us.

03

Connect everywhere

Use Kyoto as your Ethereum wallet on any dApp. Uniswap, Aave, OpenSea — it all works. One wallet, two worlds.

Accept MobileCoin on your site

Three lines of code. No SDK, no API key, no backend. The Kyoto payment API lets any website request MobileCoin payments directly from the browser.

Read the docs
WordPress & WooCommerce plugin
javascript
const result = await window.kyoto.requestPayment({
  recipientB58: '3Uf7Kz9...',
  amount:       '1000000000000', // 1 MOB
  memo:         'Order #1234'
});

// Listen for confirmation
window.addEventListener('kyoto-payment-update', e => {
  const { status, txId } = e.detail;
});

Trust nothing. Verify everything.

Every design decision starts with the same question: what if we get hacked?

PIN + Hardware Security

Your PIN is protected by hardware security modules. Five wrong guesses and the wallet locks permanently. No server knows your PIN — it's split across independent HSMs using threshold cryptography.

Biometric Signing

Unlock with your face or fingerprint. WebAuthn PRF derives encryption keys from your biometric — the key never exists outside the secure enclave. Every transaction requires a fresh biometric challenge.

No Tracking

No analytics. No telemetry. No IP logging. Kyoto uses anonymous authentication tokens (VOPRF) so we can't tell users apart even if we wanted to. Your usage patterns stay yours.

Open Source

Every line of code is public. The cryptographic core is written in Rust and compiled to WebAssembly. Auditable, forkable, verifiable. Don't trust us — read the code.