> For the complete documentation index, see [llms.txt](https://docs.aquanow.io/cams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquanow.io/cams/integration-guides/fiat-bridge/add-customer-crypto-addresses.md).

# Add Customer Crypto Addresses

### Overview

Before a customer can receive a payout  to their crypto wallet from an account on the platform, their destination address must be added to their profile.&#x20;

An address can be scoped to a specific currency on a network (e.g. USDT on ETH), or left currency-agnostic to apply to all supported currencies on that network.&#x20;

Upon submission, the address is validated for syntax, length, checksum etc.  A 400 error is returned if it fails validation. Once saved, the returned "cryptoAddressId" is used as the "beneficiaryAddressId" when creating a payout.

### **Address Statuses**

<table><thead><tr><th width="153.64837646484375">Status</th><th width="433.13201904296875">Description</th></tr></thead><tbody><tr><td><code>ACTIVE</code></td><td>Address is added and available for payouts</td></tr><tr><td><code>INACTIVE</code></td><td>Address exists but is not currently usable</td></tr><tr><td><code>REMOVED</code></td><td>Address has been deleted and cannot be used</td></tr></tbody></table>
