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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.sqd.dev/feedback

```json
{
  "path": "/en/network/procuring-sqd",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Getting SQD Tokens

> Buy SQD tokens to delegate, stake, or pay for SQD Network resources — verified token contracts on Ethereum and Arbitrum, plus DEX and CEX listings.

Participating in SQD Network requires SQD tokens. This guide shows you all the ways to acquire them.

## Before You Start

<Warning>
  Always verify you're using the correct SQD token contract addresses to avoid
  scams.
</Warning>

### Official Token Contracts

<Tabs>
  <Tab title="Arbitrum">
    **Contract Address:** `0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1`

    [View on Arbiscan](https://arbiscan.io/address/0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1)
  </Tab>

  <Tab title="Base">
    **Contract Address:** `0xd4554BEa546EFa83C1E6B389ecac40EA999B3E78`

    [View on Basescan](https://basescan.org/address/0xd4554bea546efa83c1e6b389ecac40ea999b3e78)
  </Tab>

  <Tab title="Ethereum">
    **Contract Address:** `0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1`

    [View on Etherscan](https://etherscan.io/token/0x1337420ded5adb9980cfc35f8f2b054ea86f8ab1)
  </Tab>
</Tabs>

<Info>
  To interact with SQD Network contracts, your tokens must be on **Arbitrum
  One**.
</Info>

### Supported Wallets

Use the [SQD Network app](https://network.subsquid.io) to interact with contracts. Connect with any of these wallets:

<CardGroup cols={2}>
  <Card title="MetaMask" icon="wallet" href="https://metamask.io">
    Most popular Ethereum wallet
  </Card>

  <Card title="Rainbow" icon="palette" href="https://rainbow.me">
    User-friendly mobile wallet
  </Card>

  <Card title="Coinbase Wallet" icon="bitcoin" href="https://www.coinbase.com/wallet">
    Secure self-custody wallet
  </Card>

  <Card title="WalletConnect" icon="link" href="https://walletconnect.network">
    Connect any compatible wallet
  </Card>
</CardGroup>

## Purchase SQD Tokens

<Tabs>
  <Tab title="DEXes (Recommended)">
    ### Buy on Arbitrum

    <Card title="PancakeSwap (Best Rates)" icon="arrow-right" href="https://pancakeswap.finance/?chain=arb&outputCurrency=0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1">
      Buy SQD directly on Arbitrum One
    </Card>

    <Tip>
      The WETH/SQD pool on PancakeSwap Arbitrum is the best-funded SQD pool across
      all DEXes, typically offering the best rates and lowest slippage.
    </Tip>

    ### Buy on Base

    <Card title="Aerodrome Finance" icon="arrow-right" href="https://aerodrome.finance/swap?from=0x833589fcd6edb6e08f4c7c32d4f71b54bda02913&to=0xd4554bea546efa83c1e6b389ecac40ea999b3e78&chain0=8453&chain1=8453">
      Buy SQD on Base network
    </Card>

    <Warning>
      If you purchase on Base, you'll need to bridge your tokens to Arbitrum One to
      use them with SQD Network.
    </Warning>

    <AccordionGroup>
      <Accordion title="Bridge from Base to Arbitrum">
        <Steps>
          <Step title="Choose your bridge option">
            Select between fast bridges or native bridges based on your priorities:

            * **Fast bridges:** Quick transfers (minutes to hours)
            * **Native bridges:** Lower fees but longer wait times (up to 7 days)
          </Step>

          <Step title="Fast bridge option">
            Use [IceCreamSwap bridge](https://icecreamswap.com/bridge?chain=base) for quick transfers.

            <Check>
              Your tokens will arrive within minutes to a few hours.
            </Check>
          </Step>

          <Step title="Native bridge option (Lower fees)">
            For minimal fees, use the native bridges:

            1. Bridge from [Base → Ethereum](https://superbridge.app/base)
            2. Then bridge from [Ethereum → Arbitrum](https://bridge.arbitrum.io/?destinationChain=arbitrum-one\&sourceChain=ethereum\&token=0x1337420ded5adb9980cfc35f8f2b054ea86f8ab1)

            <Note>
              Native bridges require up to 7 days for transfers but offer the lowest fees.
            </Note>
          </Step>
        </Steps>
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Centralized Exchanges">
    ### Major Exchanges

    Purchase SQD on these centralized exchanges and withdraw to your wallet:

    <CardGroup cols={2}>
      <Card title="Bybit" icon="building-columns" href="https://www.bybit.com/en-US/trade/spot/SQD/USDT">
        Trade SQD/USDT
      </Card>

      <Card title="MEXC" icon="building-columns" href="https://www.mexc.com/exchange/SQD_USDT">
        Trade SQD/USDT
      </Card>

      <Card title="KuCoin" icon="building-columns" href="https://www.kucoin.com/trade/SQD-USDT">
        Trade SQD/USDT
      </Card>

      <Card title="Gate.io" icon="building-columns" href="https://www.gate.io/trade/SQD_USDT">
        Trade SQD/USDT
      </Card>

      <Card title="CoinEx" icon="building-columns" href="https://www.coinex.com/en/exchange/sqd-usdt">
        Trade SQD/USDT
      </Card>
    </CardGroup>

    <Info>
      View the complete list of exchanges supporting SQD on our [CoinMarketCap
      page](https://coinmarketcap.com/currencies/subsquid/).
    </Info>

    <Warning>
      After purchasing on a centralized exchange, make sure to withdraw your tokens
      to Arbitrum One network to interact with SQD Network contracts.
    </Warning>
  </Tab>
</Tabs>
