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

# Crypto.com Exchange — Setup and Operation

> Paired with the Crypto.com app ecosystem. Specific symbol set; CRO-discounted fees. Useful if you're already in the ecosystem.

<Info>
  **Crypto.com Exchange is the trading-platform side of the Crypto.com app ecosystem.** Distinct from the Crypto.com app's "buy crypto" feature. Specific symbol set; CRO (Crypto.com's native token) provides fee discounts. Most relevant if you're already a Crypto.com app user.
</Info>

## When Crypto.com Exchange makes sense

<CardGroup cols={2}>
  <Card title="You're a Crypto.com app user" icon="user">
    Existing balances, KYC carry over. Natural extension of the ecosystem.
  </Card>

  <Card title="CRO-discounted trading" icon="coins">
    Holding CRO unlocks fee discounts. If you already have CRO from the app's other features, this is value.
  </Card>

  <Card title="As a tertiary venue" icon="puzzle-piece">
    For operators running multiple venues including the Crypto.com ecosystem.
  </Card>
</CardGroup>

## When NOT to use Crypto.com Exchange

<Warning>
  * ❌ **As your starter venue** — established majors better.
  * ❌ **You're not already in Crypto.com ecosystem** — less compelling than Binance/Bybit/etc.
  * ❌ **For broadest altcoin coverage** — limited symbol set vs majors.
  * ❌ **For US residents in some states** — verify availability in your state.
</Warning>

## Important: Exchange vs App

<AccordionGroup>
  <Accordion title="Two different products" icon="circle-info">
    The **Crypto.com app** is consumer-facing — buy/sell at marked-up prices, earn rewards, etc.

    The **Crypto.com Exchange** is the trading platform — order book, lower fees, professional trading.

    unCoded connects to the **Exchange**, not the app.
  </Accordion>

  <Accordion title="Account access" icon="key">
    Same Crypto.com account works for both. But you need to specifically enable Exchange access (separate KYC tier in some cases).
  </Accordion>
</AccordionGroup>

## Account creation

<Steps>
  <Step title="If you have Crypto.com app, enable Exchange access">
    Use existing account; navigate to Exchange settings.
  </Step>

  <Step title="If you don't have Crypto.com app, sign up">
    Standard Crypto.com signup, then enable Exchange.
  </Step>

  <Step title="Complete KYC for Exchange tier">
    May require additional verification beyond app's basic KYC.
  </Step>

  <Step title="Enable 2FA">
    Authenticator app preferred.
  </Step>
</Steps>

## API key creation

<Steps>
  <Step title="Navigate to Exchange API settings">
    Crypto.com Exchange → Account → API Management.
  </Step>

  <Step title="Create new API key">
    Standard creation flow.
  </Step>

  <Step title="Configure permissions">
    * ✅ **Read** — enable.
    * ✅ **Trade** — enable.
    * ❌ **Withdraw** — leave unchecked. NEVER enable.
  </Step>

  <Step title="Set IP allowlist">
    Paste your VPS IP.
  </Step>

  <Step title="Save key and secret">
    Save both immediately.
  </Step>
</Steps>

## Connecting unCoded to Crypto.com Exchange

<Steps>
  <Step title="Open Dashboard, add Crypto.com Exchange">
    "Exchanges" → "Add Exchange" → "Crypto.com Exchange" (verify "Exchange" specifically, not "App").
  </Step>

  <Step title="Paste credentials and test">
    API key + secret. Test Connection.
  </Step>
</Steps>

## Crypto.com Exchange-specific quirks

<AccordionGroup>
  <Accordion title="CRO discount structure" icon="coins">
    Holding CRO unlocks tiered fee discounts. Without CRO, default fees are higher (`0.40%` taker baseline).

    Most operators using Crypto.com Exchange already hold CRO from the app ecosystem; the discount comes naturally.
  </Accordion>

  <Accordion title="Symbol naming" icon="font">
    Pair format varies; the unCoded exchange profile handles normalization.
  </Accordion>

  <Accordion title="Specific listing curation" icon="boxes-stacked">
    Smaller symbol set than global majors. Curated listings reflect Crypto.com's product focus.
  </Accordion>

  <Accordion title="App-Exchange capital transfers" icon="arrow-right-arrow-left">
    Moving funds between Crypto.com app and Exchange is via internal transfer, not blockchain. Fast and free.

    Operator implication: easy to fund Exchange from app balances.
  </Accordion>
</AccordionGroup>

## Troubleshooting Crypto.com Exchange-specific

<AccordionGroup>
  <Accordion title="Authentication fails" icon="circle-exclamation">
    Standard checks. Verify Exchange-tier KYC completed (not just app KYC).
  </Accordion>

  <Accordion title="Symbol not found" icon="font">
    Verify symbol is on Crypto.com Exchange specifically (not just app).
  </Accordion>

  <Accordion title="Higher-than-expected fees" icon="coins">
    Verify CRO holdings are sufficient for fee discount tier. Without CRO, base `0.40%` applies.
  </Accordion>
</AccordionGroup>

## Best practices for Crypto.com Exchange operators

<Tip>
  * ✅ **Verify Exchange access enabled** — distinct from app.
  * ✅ **Hold CRO for fee discount** — substantial savings.
  * ✅ **API permissions: Read + Trade only** — never Withdraw.
  * ✅ **IP allowlist** mandatory.
  * ✅ **2FA with authenticator app**.
  * ✅ **Use as ecosystem-fit venue** if already a Crypto.com user.
  * ✅ **Quarterly rotation**.
</Tip>

## What's next

<CardGroup cols={2}>
  <Card title="API Key Security" icon="shield" href="/exchanges/api-key-security">
    Universal principles.
  </Card>

  <Card title="Binance Setup" icon="building-columns" href="/exchanges/binance">
    The recommended primary.
  </Card>

  <Card title="Other venues" icon="ellipsis" href="/exchanges/other-venues">
    Remaining production-ready.
  </Card>

  <Card title="TradingBot" icon="robot" href="/modules/tradingbot">
    The execution engine.
  </Card>
</CardGroup>
