How to send Cardano in United States
Verified 2026-06-02 · 6 primary regulators · 5 venues compared
Short answer
Sending ADA in the US in 2026 is cheap (~0.17-0.5 ADA per tx, ~$0.07-$0.20) and fast (20-second slot time; finality typically < 2 min). Travel Rule applies at $3,000+ regulated-venue transfers. The Cardano-specific UX wrinkle: 2 ADA minimum per UTxO output (the minUTxO rule) means you cannot send sub-1-ADA fragments. Sending ADA between your own wallets is NOT a taxable event. Address format: Shelley-era addr1... bech32 (modern) or Byron-era Ae2.../DdzFF... base58 (legacy, still works).
Fee comparison
All-in cost per venue across the most-common payment + settlement paths. Verified 2026-06-02.
| Venue | Send Fee | Speed | Use Case | Notes |
|---|---|---|---|---|
| Cardano mainnet (native) | ~0.17-0.5 ADA per tx (base + size-dependent component) | 20 second slot time; ~1 epoch boundary for finality; practically ~2 min for retail confidence | Native sends: payments, dApp interaction, native asset (CNT) transfers, stake delegation | Failed transactions DO consume fee (similar to Ethereum/Solana); minUTxO rule applies |
| Coinbase withdrawal | ~$0.30-$0.50 platform-side + network fee | Initiated within minutes; finality < 2 min | CEX → self-custody (Eternl, Yoroi, Daedalus, Ledger/Trezor + Cardano companion app) | Coinbase requires verified Shelley address; Byron-era addresses may be rejected |
| Kraken withdrawal | 0.5 ADA (~$0.20-$0.30 at 2026 prices) | Initiated within minutes; finality < 2 min | CEX → self-custody | Standard withdrawal mechanics |
| Eternl / Yoroi (self-custody) | Cardano mainnet base fee (~0.17-0.5 ADA) | ~1-2 min for retail confidence | Self-custody → CEX deposit OR self-custody → counterparty | Eternl + Yoroi are the canonical Cardano light wallets; Daedalus is the full-node option |
| Internal transfer (CEX ↔ same CEX user) | Zero — off-chain internal transfer | Instant | Sending ADA to another user on the same venue | No chain interaction = no minUTxO rule, no Travel Rule trigger |
Regulatory framing — United States
FinCEN Travel Rule (31 CFR 1010.410(f)) applies to ADA sends identical to other chains: VASP must transmit originator + beneficiary info for transfers ≥ $3,000 between regulated entities. ADA's regulatory cleanliness post-2024 SEC drop means standard OFAC SDN-screening + Travel Rule data collection apply with no additional manual-review overhead vs commodity-classified peers. Tax: sending ADA between your own wallets is NOT a taxable event; sending ADA as payment for goods/services IS a taxable disposal at FMV. Cardano's eUTxO architecture with native assets (CNT) tied to outputs means CNT sends inherit the same minUTxO rule — small CNT transfers require ~2 ADA in the carrier output.
Primary regulators: FinCEN · SEC · CFTC · IRS · OCC · State MTL
Common gotchas
- minUTxO rule: 2 ADA minimum per output. The eUTxO model requires each output (transaction destination) to hold at least ~1.4-2 ADA (depending on attached assets). You cannot send 0.5 ADA — the protocol rejects the transaction. Workarounds: bundle multiple small sends into one transaction with > 2 ADA total; or use Lightning-equivalent layer-2 solutions (Hydra, when production-ready).
- Shelley vs Byron-era address formats. Modern addresses: addr1... (Shelley, bech32, ~103 chars). Legacy: Ae2... or DdzFF... (Byron, base58, ~58 chars). Most modern wallets default to Shelley; some exchanges only accept Shelley. Sending TO a Byron address from a Shelley wallet works (protocol supports cross-era), but verify the recipient accepts Byron-era deposits.
- Native asset (CNT) transfers carry ADA. When sending CNT (Cardano native tokens — e.g., SNEK, IAG, WMTX), the carrier output must include ~2 ADA. The CNT is sent WITH the ADA in the same UTxO. So even if your goal is sending 1000 CNT with 0 ADA cost, you'll lose ~2 ADA per transfer.
- Address-poisoning attacks on Cardano are less common than Solana but exist. Always verify the full address before confirming a send.
- Failed transactions DO consume fee on Cardano. If your tx hits a node validation error (insufficient fee for size, invalid script, etc.), it executes as failed on-chain and consumes the base fee. Same as Ethereum + Solana. Unlike Bitcoin where invalid tx don't broadcast.
- 1099-DA reporting on ADA sends: CEX outbound ADA > $10,000 to non-CEX addresses can trigger Form 8300 / FinCEN CTR equivalent under Treasury's 2024 broker rules. Threshold + applicability remain contested. Document large sends + retain records.
Step-by-step
- Verify destination address format (Shelley addr1... vs Byron Ae2.../DdzFF...). Modern default: Shelley addr1... bech32. Exchanges almost always use Shelley for new deposit addresses. If the destination is Byron-era, verify the venue accepts Byron deposits.
- Verify address character set + length. Shelley: addr1... 103 chars. Byron: Ae2... or DdzFF... ~58 chars. Wrong format = wallet rejects at submission.
- Calculate minUTxO + ensure send amount > 2 ADA. If sending pure ADA: minimum send is ~2 ADA (excluding fee). If sending CNT with ADA carrier: send amount should be > 2 ADA + send fee. Most retail sends are well above this threshold.
- Do a test-send for first-time large sends. Any send > $1,000 to a new destination: test with 3-5 ADA first. Verify finality before sending more.
- Confirm finality on the destination side. Cardano: 1-2 min for retail-confidence finality. Use cardanoscan.io or pool.pm to check tx status. Once the tx is in a confirmed block, finality is sufficient for normal use.
- Record the send for tax purposes (if applicable). Self-to-self: no tax event; document tx hash. Payment for goods/services: taxable disposal at FMV. Travel Rule + OFAC screening already happened at the CEX layer.
Tax summary
Sending ADA between your own wallets is NOT a taxable event. Sending ADA as payment for goods/services IS a taxable disposal (ADA FMV - cost basis = gain/loss). minUTxO rule (2 ADA min per output) does NOT change tax treatment but constrains UX. Travel Rule data collection at CEX level for ≥ $3,000 outbound. OFAC SDN screening at CEX level. See /crypto-taxes-us/.
Where to read further
- United States crypto tax primer
- Best crypto banks in United States
- Best crypto tax software for United States filers
- /how-to/buy-cardano-us/
- /how-to/sell-cardano-us/
- /how-to/swap-cardano-us/
- /how-to/send-bitcoin-us/
- /how-to/send-ethereum-us/
- /crypto-taxes-us/
Methodology
Fee data verified directly against each venue's public fee schedule on 2026-06-02. Regulatory framing cross-referenced against the Stage 1d info-layer + primary government sources (bsa-fincen, us-cftc-cea, us-fdic-12cfr330, us-state-mtl, ny-bitlicense, irs-1099-da-broker). Gotchas reflect operating experience + community-reported failure modes during the verification window. This page is editorial reference content — not financial, tax, or legal advice. Always verify the current state of each venue and the current law in United States before transacting.
Disclaimer
This page is general information, not financial, tax, or legal advice. Cryptocurrency regulation in United States evolves; verify the current rules with a qualified professional in your jurisdiction before relying on any specific approach. See terms.