> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bridg.now/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Bridg

> A cross-chain bridge aggregator that prices every venue on a route, ranks by what lands, and returns the transaction you sign.

Bridg is a cross-chain bridge aggregator. One request prices a transfer across every bridge that serves the route, ranks the results by the amount that lands in the destination wallet, and returns the unsigned transaction for the best one. Your users sign from their own wallets. Bridg never holds funds or keys.

* 36 venues: intent bridges, liquidity pools, canonical rails, exchange desks and other aggregators.
* 73 chains across EVM, Solana, Bitcoin-family, Tron, Move, Cosmos and more.
* Ranking is on net output in the asset's own units, after every fee. No price feed decides a winner.
* No platform fee unless the aggregation saved your user more than 10 bps. Never more than \$10.
* No API key and no account to quote, build or submit.

## Guides

Complete scripts on the TypeScript SDK, one per task.

<Columns cols={2}>
  <Card title="Bridge tokens" icon="arrow-right-arrow-left" href="/guides/bridge-tokens">
    Quote, build, sign with viem, submit and wait for delivery.
  </Card>

  <Card title="Swap across chains" icon="shuffle" href="/guides/swap-across-chains">
    Send one asset, receive another, and pick the fastest route.
  </Card>

  <Card title="Deposit to Hyperliquid" icon="chart-line" href="/guides/deposit-to-hyperliquid">
    Land USDC in a perps or spot balance with one signature.
  </Card>

  <Card title="Bridge privately" icon="eye-slash" href="/guides/bridge-privately">
    Restrict routing to venues that do not publish the sender-recipient link.
  </Card>

  <Card title="Earn referral fees" icon="percent" href="/guides/earn-referral-fees">
    Up to 15 bps on the volume you send, capped at \$10 a transfer.
  </Card>

  <Card title="Track a transfer" icon="magnifying-glass" href="/guides/track-a-transfer">
    Read a transfer by id until it is delivered.
  </Card>
</Columns>

## Start integrating

<Columns cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Discover markets, get a quote and execute a transfer.
  </Card>

  <Card title="TypeScript SDK" icon="cube" href="/sdk">
    `npm install @kernlog/bridg-sdk`. One typed method per endpoint.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/overview">
    Every endpoint, with live examples and a playground.
  </Card>

  <Card title="Fees and referrals" icon="percent" href="/concepts/fees">
    What a transfer costs and how to earn on the volume you send.
  </Card>
</Columns>
