Skip to content

Commit 4b5dc63

Browse files
header, api's to apis
1 parent 52f45cd commit 4b5dc63

5 files changed

Lines changed: 94 additions & 95 deletions

File tree

ai-tools/agent-skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Agent skills"
3-
description: "Install structured agent skill files for Token API's and PDA accounts. Skills tell AI coding agents what they can do with ZK Compression."
3+
description: "Install structured agent skill files for Token APIs and PDA accounts. Skills tell AI coding agents what they can do with ZK Compression."
44
keywords: ["agent skills light protocol", "AI coding agent solana", "claude code solana skills", "cursor solana skills", "light sdk agent skill", "light token agent skill", "AI agent solana development"]
55
---
66

light-token/payments/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Payment Flows on Solana with Light Token
33
sidebarTitle: Overview
4-
description: 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.
4+
description: Learn how the Light Token SDK reduces SPL account creation cost for payment infrastructure by 99%.
55
tags: ["stablecoin payments for enterprises", "infrastructure for stablecoin payments on solana", "payment rails for stablecoins on solana", "usdc payments for merchants on solana", "payment infrastructure for fintechs", "micropayments for apps on solana", "token extensions for payment companies", "rent free tokens for payment apps"]
66
---
77

@@ -31,7 +31,7 @@ Payment flows on Solana include five core concepts:
3131
4. fees for transactions and account creation
3232
5. transactions to execute the transfer
3333

34-
Our token API's optimize the account creation cost component. You typically create an account (1) when onboarding a new user, and (2) when the recipient does not hold the transferred token yet.
34+
Our token APIs optimize the account creation cost component. You typically create an account (1) when onboarding a new user, and (2) when the recipient does not hold the transferred token yet.
3535

3636
<PaymentCostUsd />
3737

@@ -49,7 +49,7 @@ to sponsor rent top-ups and transaction fees.
4949
</Info>
5050

5151
## API Comparison
52-
Transactions with Light Token API's mirror SPL / Token 2022, so you can build transactions with a similar developer experience.
52+
Transactions with Light Token APIs mirror SPL / Token 2022, so you can build transactions with a similar developer experience.
5353
For example, here is the creation of an associated token account:
5454

5555
<CodeCompare

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ZK Compression by Light Protocol and Helius Labs
22

33
> 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.
55

66
This documentation provides guides, references and tutorials for developers building on Solana.
77

@@ -58,7 +58,7 @@ Install or view [dedicated agent skills](/ai-tools/overview#agent-skills).
5858
```
5959
npx skills add Lightprotocol/skills
6060
```
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.
6262
- [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.
6363
- [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.
6464
- [Orchestration Skill](https://www.zkcompression.com/skill.md): Full agent skill for AI coding agents.
@@ -86,7 +86,7 @@ npx skills add Lightprotocol/skills
8686
- [Anchor Constraints LightAccount](https://www.zkcompression.com/api-reference/anchor.md): Syntax reference for #[light_account] constraints with sponsored rent-exemption.
8787

8888
## 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.
9090
- **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.
9191
- **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.
9292
- **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.

scripts/generate-llms-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function generate() {
392392
'> ZK Compression is a framework on Solana for stablecoin payment rails, agent commerce, consumer apps, defi protocols, depin, and more. ',
393393
);
394394
out.push(
395-
"> The Light SDK and API's let you create mint, token and PDA accounts >99% cheaper with familiar Solana developer experience.",
395+
"> The Light SDK and APIs let you create mint, token and PDA accounts >99% cheaper with familiar Solana developer experience.",
396396
);
397397
out.push('');
398398
out.push(

0 commit comments

Comments
 (0)