Legal

Privacy Policy

Effective: 2026-05-21 Applies to: Otterly Wallet browser extension & otterly-wallet.github.io site
Short version. Otterly Wallet is a self-custodial browser extension. We do not run accounts, servers, analytics, telemetry, or tracking. Your seed phrase, private keys, and password never leave your device. We can't see them — we don't have them.
Personal data collected
None
Analytics / tracking
None
Account required
No
Keys held by us
Never
Open source
Yes (MIT)
Data sold
Never

1. Who we are

Otterly Wallet ("Otterly", "we", "the extension") is an open-source self-custodial cryptocurrency wallet browser extension for the Arc Network. The source code is published at github.com/joymadhu49/otterly-wallet under the MIT license.

2. What we do not collect

Otterly does not collect, transmit, store on remote servers, sell, share, or analyze any of the following:

The extension makes no outbound calls to our own servers. We don't operate any.

3. What is stored locally on your device

Everything Otterly needs lives in chrome.storage.local on your device, inside your browser profile:

None of this leaves your device through Otterly. Uninstalling the extension wipes the storage.

4. Third-party services Otterly contacts

To function as a wallet, Otterly must read the blockchain. These are read-only public endpoints — the same ones every wallet on Arc uses. No personal data is sent.

ServicePurposeSent
Arc Network RPC
rpc.testnet.arc.network + fallbacks
Read balances, gas price, broadcast signed transactions.Your address (public), signed tx bytes when you confirm a send.
Arc Blockscout explorer API
testnet.arcscan.app/api
Fetch your transaction history and NFT holdings for the History/NFT tabs.Your address (public).
Google favicon service
www.google.com/s2/favicons
Display small icons of sites you've connected.Domain name of each connected site (which you chose to connect).
Google Fonts
fonts.googleapis.com
Load the Inter and JetBrains Mono typefaces.Standard browser headers per Google Fonts policy.
IPFS public gateway
ipfs.io
Resolve ipfs:// NFT image links.The CID embedded in NFT metadata.

These services have their own privacy policies that apply when Otterly contacts them. We do not influence what they collect.

5. Browser permissions and why we ask

Otterly declares the minimum permissions needed for a Chrome MV3 wallet to function:

PermissionWhy
storagePersist the encrypted vault and settings locally.
notificationsSurface approval requests when a dApp asks to connect or sign.
idleDetect inactivity for the auto-lock timer.
alarmsSchedule the auto-lock check.
system.displayPosition the approval popup at the top-right of the focused display.
<all_urls> host accessInject the EIP-1193 provider (window.ethereum / window.arc) into web pages so dApps can request connections. The provider is dormant until you connect a site.

6. The wallet vault & cryptography

7. Children

Otterly is not directed to children under 13 (or the equivalent age in your jurisdiction). We do not knowingly collect data from children.

8. Your responsibilities

Because Otterly is self-custodial, you hold and manage your keys:

9. Security disclosure

Found a vulnerability? Open a private security advisory on GitHub at github.com/joymadhu49/otterly-wallet/security/advisories/new, or open an issue marked as security. Please do not disclose publicly before a fix is available.

10. Changes to this policy

If we update this policy, the new version will be published at the same URL with an updated Effective date at the top. Material changes will be flagged in the GitHub release notes for the version that ships them.

11. Compliance with Chrome Web Store

Otterly Wallet's data handling complies with the Chrome Web Store User Data Policy, including the limited use requirements. Specifically:

12. Contact

Open an issue at github.com/joymadhu49/otterly-wallet/issues for any privacy-related question.


Otterly Wallet is open source under the MIT license. The full source code, including every network call this extension makes, is publicly auditable at github.com/joymadhu49/otterly-wallet.