diff --git a/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx b/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx index f90037bf1..b343ee7fe 100644 --- a/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx +++ b/content/api-reference/data/nft-api/alchemy-photon-apis-for-solana.mdx @@ -8,7 +8,7 @@ subtitle: Alchemy Photon APIs for Solana ZK Compression Alchemy supports the [Photon](https://github.com/helius-labs/photon) indexer, an open-source ZK Compression indexer maintained by Helius. These endpoints let you read [ZK Compressed](https://www.zkcompression.com/) Solana state — accounts, token balances, and transaction signatures — through the same familiar JSON-RPC surface used for standard Solana calls. -ZK Compression stores most of an account's data off-chain in a merkle tree while keeping a small commitment on-chain, letting applications mint and manage thousands of accounts or tokens at a fraction of the normal rent cost. Photon indexes those compressed accounts and exposes them through the methods below, following the [Photon API specification](https://github.com/helius-labs/photon). +ZK Compression stores most of an account's data offchain in a merkle tree while keeping a small commitment onchain, letting applications mint and manage thousands of accounts or tokens at a fraction of the normal rent cost. Photon indexes those compressed accounts and exposes them through the methods below, following the [Photon API specification](https://github.com/helius-labs/photon). These endpoints are served through the standard Solana Alchemy endpoints (`https://solana-mainnet.g.alchemy.com/v2/` and `https://solana-devnet.g.alchemy.com/v2/`), so you can call them with the same client you already use for Solana Core RPC.