|
1 | 1 | # ZK Compression by Light Protocol and Helius Labs |
2 | 2 |
|
3 | 3 | > ZK Compression is a framework on Solana for stablecoin payment rails, agent commerce, consumer apps, defi protocols, depin, and more. |
4 | | -> The Light SDK and API's let you create mint, token and PDA accounts >99% cheaper with familiar Solana developer experience. |
| 4 | +> The Light SDK and APIs let you create mint, token and PDA accounts >99% cheaper with familiar Solana developer experience. |
5 | 5 |
|
6 | 6 | This documentation provides guides, references and tutorials for developers building on Solana. |
7 | 7 |
|
@@ -58,7 +58,7 @@ Install or view [dedicated agent skills](/ai-tools/overview#agent-skills). |
58 | 58 | ``` |
59 | 59 | npx skills add Lightprotocol/skills |
60 | 60 | ``` |
61 | | -- [Agent skills](https://www.zkcompression.com/ai-tools/agent-skills.md): Install structured agent skill files for Token API's and PDA accounts. Skills tell AI coding agents what they can do with ZK Compression. |
| 61 | +- [Agent skills](https://www.zkcompression.com/ai-tools/agent-skills.md): Install structured agent skill files for Token APIs and PDA accounts. Skills tell AI coding agents what they can do with ZK Compression. |
62 | 62 | - [MCP](https://www.zkcompression.com/ai-tools/mcp.md): Connect AI apps to Light Protocol data sources and tools via the Model Context Protocol (MCP). Includes installation for Claude Code, Codex, Cursor, and more. |
63 | 63 | - [AI Prompts](https://www.zkcompression.com/ai-tools/prompts.md): Ready-to-use AI prompts for Light Protocol. Copy a prompt, paste into your AI coding agent, and let it implement the recipe in your project. |
64 | 64 | - [Orchestration Skill](https://www.zkcompression.com/skill.md): Full agent skill for AI coding agents. |
@@ -86,7 +86,7 @@ npx skills add Lightprotocol/skills |
86 | 86 | - [Anchor Constraints LightAccount](https://www.zkcompression.com/api-reference/anchor.md): Syntax reference for #[light_account] constraints with sponsored rent-exemption. |
87 | 87 |
|
88 | 88 | ## For Payments and Wallets |
89 | | -- [Payment Flows on Solana with Light Token](https://www.zkcompression.com/light-token/payments/overview.md): Learn how the Light Token API's reduce account creation cost for stablecoin payment infrastructure by 99% with similar developer experience to SPL / Token 2022. |
| 89 | +- [Payment Flows on Solana with Light Token](https://www.zkcompression.com/light-token/payments/overview.md): Learn how the Light Token APIs reduce account creation cost for stablecoin payment infrastructure by 99% with similar developer experience to SPL / Token 2022. |
90 | 90 | - **Send Payments:** [Basic Payment](https://www.zkcompression.com/light-token/payments/basic-payment.md): Send a single token transfer with Light Token APIs with comparison to SPL. If the recipient is receiving this token for the first time, their token account can be created as part of the same transaction. |
91 | 91 | - **Send Payments:** [Batch Payments](https://www.zkcompression.com/light-token/payments/batch-payments.md): Send payments to multiple recipients in a single transaction or sequentially. |
92 | 92 | - **Send Payments:** [Payment with Memo](https://www.zkcompression.com/light-token/payments/payment-with-memo.md): Attach invoice IDs, payment references, or notes to Light Token transfers using Solana's memo program. |
|
0 commit comments