Contact: https://github.com/bongbongcrypto Preferred-Languages: en, ko Canonical: https://dustpan.chainhand.org/security.txt # Dustpan is a Chainhand tool (https://chainhand.org). Independent studio; not affiliated with # Robinhood Markets, Inc. or 0x Labs. # What this site does # - Reads token balances on Robinhood Chain (chain id 4663) for any address, through # a read-only JSON-RPC proxy at /api/rpc (whitelisted read methods only). # - Fetches official quotes for those tickers through /api/prices. # - Obtains swap quotes from the 0x Swap API through /api/quote, with a service fee # of at most 10% delivered to the operator's fee address by the 0x settler. # - Sends the returned transaction to the user's own wallet for signature. # # What this site never does # - Custody funds. There is no contract of our own on chain and no deposit step. # - Ask for seed phrases or private keys, ever, anywhere. # - Send a signed transaction on the user's behalf. Wallets broadcast directly. # # Contracts this site asks a wallet to interact with # - The 194 Robinhood Stock Token ERC-20s listed in /assets/registry.json (approve). # - The 0x AllowanceHolder / Settler contracts returned by the quote endpoint (swap). # - USDG 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 as the output token. # If this list changes, this file changes with it.