diff --git a/README.md b/README.md index 272fa79..0030313 100644 --- a/README.md +++ b/README.md @@ -544,24 +544,24 @@ communicates with three external services to function as a wallet: receipts. The default endpoint is a public RPC (configurable by the user to any endpoint they prefer, including a local node). By default the extension talks to `https://ethereum-rpc.publicnode.com`. - - **Data sent**: Ethereum addresses, transaction data, contract call - parameters. The RPC endpoint can see all on-chain queries and submitted - transactions. + - **Data sent**: Ethereum addresses, transaction data, contract call + parameters. The RPC endpoint can see all on-chain queries and submitted + transactions. - **CoinDesk CADLI price API**: Used to fetch ETH/USD and token/USD prices for displaying fiat values. The price is cached for 5 minutes to avoid excessive requests. No API key required. No user data is sent — only a list of token symbols. Note that CoinDesk will receive your client IP. - - **Data sent**: Token symbol strings only (e.g. "ETH", "USDC"). No - addresses or user-specific data. + - **Data sent**: Token symbol strings only (e.g. "ETH", "USDC"). No + addresses or user-specific data. - **Blockscout block-explorer API**: Used to fetch transaction history (normal transactions and ERC-20 token transfers), ERC-20 token balances, and token holder counts (for spam filtering). The default endpoint is `https://eth.blockscout.com/api/v2` (configurable by the user in Settings). - - **Data sent**: Ethereum addresses. Blockscout receives the user's addresses - to query their transaction history and token balances. No private keys, - passwords, or signing operations are sent. + - **Data sent**: Ethereum addresses. Blockscout receives the user's + addresses to query their transaction history and token balances. No + private keys, passwords, or signing operations are sent. What the extension does NOT do: diff --git a/RULES.md b/RULES.md index 9cbab89..9644a38 100644 --- a/RULES.md +++ b/RULES.md @@ -1,8 +1,7 @@ -> **⚠️ THIS FILE MUST NEVER BE MODIFIED BY AGENTS.** -> RULES.md is maintained exclusively by the project owner. AI agents, bots, -> and automated tools must treat this file as read-only. If an audit finds a -> divergence between the code and this file, the code must be changed to match -> — never the other way around. +> **⚠️ THIS FILE MUST NEVER BE MODIFIED BY AGENTS.** RULES.md is maintained +> exclusively by the project owner. AI agents, bots, and automated tools must +> treat this file as read-only. If an audit finds a divergence between the code +> and this file, the code must be changed to match — never the other way around. # AutistMask Rules Checklist