> ## 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.

# CASH

> CASH is a stablecoin on Solana. Learn about the token mint, integration details, and how to accept CASH payments in your app.

This page documents the CASH token mint on Solana and practical integration notes for apps.

For product details, reserve disclosures, and the CASH contributor program, visit [usecash.xyz](https://www.usecash.xyz).

## Token details

| Field    | Value                                                                                                                   |
| -------- | ----------------------------------------------------------------------------------------------------------------------- |
| Chain    | Solana                                                                                                                  |
| Mint     | [`CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH`](https://solscan.io/token/CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH) |
| Decimals | `6`                                                                                                                     |
| Standard | SPL Token                                                                                                               |

1 CASH = 1,000,000 base units. Use base units when constructing on-chain transactions.

## Integrating CASH

CASH works like any SPL token. See the Solana documentation on [tokens](https://solana.com/docs/tokens) for program-level behavior. If your app already handles USDC or other SPL transfers, the same code applies with the CASH mint address above.

### Accepting CASH with x402

The [x402 protocol](https://x402.org) lets you gate HTTP endpoints behind payments. When a client hits a protected route, the server responds with HTTP `402` and payment requirements. The client signs a CASH transfer and retries with proof of payment.

See the community [x402 CASH facilitator](https://github.com/adamdelphantom/x402-cash-facilitator) example for a forkable facilitator service and protected Express server you can adapt.

## Devnet

Devnet CASH tokens are available for testing. [Contact developer support](https://docs.google.com/forms/d/e/1FAIpQLSeHWETFkEJbHQCF-lnl1AHmVQPuyfC0HbnxjDjIp6VYV1sBZQ/viewform) with your use case to get a devnet mint address and test tokens.

## Next steps

* Learn more about SPL tokens in the [Solana token docs](https://solana.com/docs/tokens).
* Browse [Developer tools and resources](/developer-powertools/overview) for Phantom guides, provider integration, and mobile deep links.
* Integrate wallets in your app with [Phantom Connect](/phantom-connect).
