# Fluidkey Interface

## Available Chains

Fluidkey accounts are currently available on 6 EVM chains: Ethereum, Arbitrum, Base, Polygon, Optimism, and Gnosis. Additionally, via Near Intents integration, users can receive BTC, USDC, and USDT from 10 additional chains (Bitcoin, Tron, Solana, Binance, Near, Avalanche, Ton, Sui, Stellar, Monad), deposited as USDC on Base.

## Available Tokens

With Fluidkey, you can receive, send, swap, and bridge ETH, USDC, and any other [ERC-20 token](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/).

{% content-ref url="readme/account-set-up" %}
[account-set-up](https://docs.fluidkey.com/readme/account-set-up)
{% endcontent-ref %}

{% content-ref url="readme/receiving-funds" %}
[receiving-funds](https://docs.fluidkey.com/readme/receiving-funds)
{% endcontent-ref %}

{% content-ref url="readme/sending-funds" %}
[sending-funds](https://docs.fluidkey.com/readme/sending-funds)
{% endcontent-ref %}

***

## Vocs documentation site

The static site lives under `docs/pages` and is built with [Vocs](https://vocs.dev).

### Commands

* `npm install` — install dependencies
* `npm run dev` — local development server
* `npm run build` — production build (output: `docs/dist`)
* `npm run preview` — preview the production build

### Deploying on Vercel

1. Import this repository; **root directory** is the repo root (where `vocs.config.ts` and `package.json` live).
2. **Build command:** `npm run build` (default). **Install command:** `npm install` (default).
3. **Output directory:** leave **empty**. On Vercel, `VERCEL` is set during the build and Vocs emits the [Build Output API v3](https://vercel.com/docs/build-output-api/v3) layout under `.vercel/output` (do not point Vercel at `docs/dist`).
4. Framework preset: **Other**.
