# Token icon sources

Retrieved and verified: **2026-09-15**.

These are downloaded original PNG bytes, without recoloring, cropping, resizing, or generated artwork. Each file passed the PNG signature check and decoded successfully as a raster image; all six were visually inspected.

| Local file | Original image URL | Dimensions | Bytes |
| --- | --- | --- | --- |
| `weth.png` | https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png | 192 × 192 | 2,984 |
| `sol.png` | https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/solana/assets/So11111111111111111111111111111111111111112/logo.png | 256 × 256 | 11,636 |
| `wbnb.png` | https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png | 256 × 256 | 2,600 |
| `usdc.png` | https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png | 181 × 181 | 9,276 |
| `usdt.png` | https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png | 300 × 300 | 21,909 |
| `usdt0.png` | https://usdt0.to/static/usdt0.png | 512 × 512 | 22,227 |

## Contract checks

For the first five icons, Trust Wallet's official `trustwallet/assets` repository serves the logo from the exact contract or mint directory. Each adjacent `info.json` returned the matching `id`, expected symbol, and active status:

- **WETH, Ethereum:** `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2`; metadata name and symbol `WETH`. [Metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/info.json).
- **SOL, Solana:** mint `So11111111111111111111111111111111111111112`; metadata name `Wrapped SOL`, symbol `WSOL`. The dashboard's SOL pools use this wrapped native mint. [Metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/solana/assets/So11111111111111111111111111111111111111112/info.json).
- **WBNB, BNB Smart Chain:** `0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c`; metadata name `Wrapped BNB`, symbol `WBNB`. [Metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/info.json).
- **USDC, Ethereum:** `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`; metadata name and symbol `USDC`. [Metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/info.json).
- **USDT, Ethereum:** `0xdAC17F958D2ee523a2206206994597C13D831ec7`; metadata name `Tether`, symbol `USDT`. [Metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/info.json).

**USDT0, Arbitrum:** `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9`. The [issuer's deployment record](https://github.com/Everdawn-Labs/usdt0-audit-reports/blob/main/DEPLOYMENTS.md) identifies this address as the Arbitrum token proxy (lowercase address in that record). The [issuer's Arbitrum migration announcement](https://blog.usdt0.to/your-usdt0-now-on-arbitrum) explains that USDT upgrades to USDT0 without changing the contract address. Trust Wallet's [exact-contract metadata](https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/info.json) still reports `Tether USD` / `USDT`; its older icon was not used. Instead, `usdt0.png` comes directly from the issuer's own website; its URL is referenced by the official [USDT0 asset page](https://usdt0.to/assets/usdt0).

## SHA-256 integrity

```text
weth.png   C253D7C5D4203783E31BDE1D33E143F6A9CE1DEFAC24AB5E06948847696B80A1
sol.png    D0C5C529102BB95920A2C6A13620785E8F2681A66907B3F9BE381267C3E96572
wbnb.png   480D420DBE99398212B895EDB3624BD8C72322936592779BEDBC1A14D031DA3E
usdc.png   6D14601D0B1109046E366592B8C0F256FFB075F69180B65DDDD97AE665D49F9E
usdt.png   1C2ECFC8C08A821A4839F2AE0DF1D8796A8DF233939B537B4E26514FA4F91196
usdt0.png  CB05CA69A6F6B3B4FD99D7E4908C3BE8FFD7EB03D17B1872926BBAC326F081A0
```
