# Zerochord (/users)



Zerochord searches every trading venue it can reach for the cheapest way to turn one
Cardano stablecoin into another. It shows you the result as a quote, and it writes the
important number from that quote into the transaction you sign.

You keep your funds the whole time. Zerochord never holds them.

## What you get on every swap [#what-you-get-on-every-swap]

**One quote, and the transaction is held to it.** The quote carries a minimum output.
That minimum goes on chain. If the market moves so far that the swap can no longer
deliver it, the swap fails instead of filling at a worse rate.

**The comparison, in the open.** Every quote is measured against the best single pool
that trades the pair directly. When routing beats that pool, the panel shows the saving.
When it does not, the panel says so and offers to quote the direct pool instead.

**One signature.** You approve one transaction in your wallet. The wallet that signs is
the wallet that pays the network fee.

## Before you start [#before-you-start]

<Cards>
  <Card title="A CIP-30 wallet extension" href="/users/guides/connect-a-wallet">
    Zerochord lists every wallet extension your browser exposes, and connects to the one
    you pick.
  </Card>

  <Card title="Collateral in that wallet" href="/users/guides/connect-a-wallet">
    Every route runs a Plutus script, so your wallet needs collateral set aside. Zerochord
    checks and tells you if it is missing.
  </Card>

  <Card title="The stablecoins you want to swap" href="/users/assets">
    Zerochord swaps between stablecoins. See which ones the app offers.
  </Card>
</Cards>

## Where to go next [#where-to-go-next]

<Cards>
  <Card title="Make your first swap" href="/users/quickstart">
    The whole path, from opening the app to reading the receipt.
  </Card>

  <Card title="Read your quote" href="/users/guides/read-your-quote">
    What every row of the quote panel means for you.
  </Card>

  <Card title="What a swap costs" href="/users/what-a-swap-costs">
    Every charge, and which part comes back.
  </Card>

  <Card title="How the routing works" href="/developers/concepts/routing">
    The engineering behind the quote, for readers who want it.
  </Card>
</Cards>
