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

# Token support and availability

<Accordion title="Why does the /tokens endpoint only return certain tokens?">
  The <code>/tokens</code> endpoint uses a verified list, updated daily from sources like Debank and CoinMarketCap.
  This ensures only trustworthy tokens are returned by default.

  To include a custom token, submit a pull request to:
  <a href="https://github.com/lifinance/customized-token-list">lifinance/customized-token-list</a>
</Accordion>

<Accordion title="How does LI.FI handle support for newly launched tokens?">
  LI.FI supports all tokens, including new ones, through two methods:

  * If requested by token address, LI.FI searches on-chain and finds available liquidity.
  * If listed in the default <code>/tokens</code> endpoint, the token becomes searchable by name on jumper.exchange.

  To avoid filtering new tokens due to missing USD prices, set:

  ```ts theme={"system"}
  sdkConfig.routeOptions.maxPriceImpact = 1
  ```

  For best results, notify LI.FI in advance of token launches.
</Accordion>

<Accordion title="Can I set a different toAddress for Solana swaps using Jupiter via LI.FI?">
  Not currently. The Jupiter API sends tokens to the same address used to initiate the swap.
</Accordion>

<Accordion title="How can users request tokens to be added to the LI.FI widget?">
  To include tokens in your own integration, use the widget's <code>tokens</code> option.
  See the widget documentation for details.

  To request a token listing across LI.FI's API and Jumper globally, submit a pull request to:
  <a href="https://github.com/lifinance/customized-token-list">lifinance/customized-token-list</a>
</Accordion>

<Accordion title="What should I know about Solana swap support in the LI.FI widget?">
  * <strong>Token coverage:</strong> All tokens supported by Jupiter are available.
  * <strong>New token listings:</strong> Tokens added by Jupiter are typically available within one day.
  * <strong>Fee collection:</strong> Use the same <code>fee</code> parameter as for EVM chains. Fees are sent directly to your wallet.
</Accordion>

<Accordion title="How does LI.FI handle token discovery and spam tokens?">
  LI.FI ships curated token lists from supported exchanges and bridges with spam filtering. Users can still paste any token address, but defaults avoid promoting spam tokens.
</Accordion>
