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

# Fungible

> Deep link directly to a fungible token detail page in Phantom using CAIP-19 formatted token addresses.

Phantom supports deeplinking directly to a fungible token detail page. Developers can specify which chain and token detail page to navigate to. The `fungible` deeplink can be used at anytime. It does not need to be preceded by a [Connect](/phantom-deeplinks/provider-methods/connect) event, as it does not require a `session` param.

## URL structure

```
https://phantom.app/ul/v1/fungible?token=<fungible>
```

## Parameters

`fungible` (required): The [CAIP-19](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-19) address of the token page to be viewed, URL-encoded. Defaults to `SOL` if omitted.

## Example

```
https://phantom.app/ul/v1/fungible?token=solana%3A101%2Faddress%3AFoXyMu5xwXre7zEoSvzViRk3nGawHUp9kUh97y2NDhcq
```

<img src="https://mintcdn.com/phantom-e50e2e68/fkWrmnMWhjoXSGZ9/phantom-deeplinks/images/fungible-example.gif?s=57e4648e5847bbfbcde35961880d6bf9" alt="Fungible example" width="1920" height="1080" data-path="phantom-deeplinks/images/fungible-example.gif" />
