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

# 詞彙表

> Raydium 文件中使用的術語定義。每個詞目包含單行定義和深入說明該術語的頁面連結。

<Info>
  **本頁內容由 AI 自動翻譯，所有內容以英文版本為準。**

  [查看英文版 →](/reference/glossary)
</Info>

<Info>
  扁平的術語列表。使用 Ctrl-F；每個術語連結到含有完整說明的頁面。術語在各字母區段內按字母順序排列；Solana 原生概念（Account、PDA 等）也包含在內，因為文件中頻繁參考這些概念。
</Info>

## A

**AcceleRaytor** — Raydium 原始的 2021–2023 年代幣發行平台。當 LaunchLab 取代它時已停用。參見 [`introduction/history-and-milestones`](/zh-Hant/introduction/history-and-milestones)。

**Account** — Solana 上的一列資料，由公鑰識別，由程式擁有，持有資料位元組和 lamport。參見 [`solana-fundamentals/account-model`](/zh-Hant/solana-fundamentals/account-model)。

**Address Lookup Table (ALT)** — 一個已發行的帳戶，允許交易透過 1 位元組索引參考帳戶，節省位元組。Raydium SDK 在多路由線路中使用 ALT。參見 [`solana-fundamentals/transactions-and-fees`](/zh-Hant/solana-fundamentals/transactions-and-fees)。

**AmmConfig** — CPMM/CLMM 的設定帳戶，定義手續費級別和協議費用分享。多個設定可以並存；池在建立時參考其中一個。參見 [`ray/protocol-fees`](/zh-Hant/ray/protocol-fees)。

**AMM v4** — Raydium 原始的恆定乘積 AMM（2021）。最初是一個混合設計，在 OpenBook 上鏡像曲線；OpenBook 整合已停用，池現在作為純恆定乘積 AMM 運作。仍然完全可運作；不再是新池推薦的預設選項。參見 [`products/amm-v4/overview`](/zh-Hant/products/amm-v4/overview)。

**Anchor** — 適用於 Solana 程式的 Rust 框架，處理帳戶驗證、錯誤處理並生成 IDL。由 CPMM、CLMM、Farm v6、LaunchLab 使用。參見 [`solana-fundamentals/programs-and-anchor`](/zh-Hant/solana-fundamentals/programs-and-anchor)。

**Anchor discriminator** — Anchor 管理帳戶和指令的 8 位元組前綴，從帳戶/指令名稱衍生。識別帳戶類型。參見 [`solana-fundamentals/account-model`](/zh-Hant/solana-fundamentals/account-model)。

**Arbitrage** — 利用不同場所（Raydium ↔ Orca ↔ CEX）之間的價格差異來保持價格一致。這是 AMM 價格發現的基礎。

**Associated Token Account (ATA)** — 按慣例由 PDA 衍生的代幣帳戶，用於（使用者、代幣）配對。參見 [`solana-fundamentals/spl-token-and-token-2022`](/zh-Hant/solana-fundamentals/spl-token-and-token-2022)。

## B

**Bonding curve** — 代幣的定價函數，確定性地將價格設為供應量的函數。在 LaunchLab 預升級階段使用。參見 [`products/launchlab/bonding-curve`](/zh-Hant/products/launchlab/bonding-curve)。

**BPF Loader (Upgradable)** — 部署和升級程式的 Solana 載入程式。參見 [`solana-fundamentals/programs-and-anchor`](/zh-Hant/solana-fundamentals/programs-and-anchor)。

**Bump** — 附加到種子以衍生非曲線 PDA 的單一位元組。規範 bump 是產生非曲線地址的最高值。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

## C

**Canonical bump** — 透過從 255 遞減找到的 bump。Raydium 的程式始終使用規範 bump。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

**CLMM** — 集中流動性做市商，Raydium 2022 年推出的 Uniswap V3 風格產品。參見 [`products/clmm/overview`](/zh-Hant/products/clmm/overview)。

**Compute Budget** — 每筆交易的計算單位限制。預設 200k，最大 1.4M。透過 `ComputeBudget::SetComputeUnitLimit` 設定。參見 [`solana-fundamentals/transactions-and-fees`](/zh-Hant/solana-fundamentals/transactions-and-fees)。

**Compute Unit (CU)** — Solana 的計算成本單位。優先費用按每 CU 收取。參見 [`integration-guides/priority-fee-tuning`](/zh-Hant/integration-guides/priority-fee-tuning)。

**Constant product** — AMM 恆等式 `x × y = k`。參見 [`algorithms/constant-product`](/zh-Hant/algorithms/constant-product)。

**CPI (Cross-Program Invocation)** — 一個 Solana 程式在單筆交易內呼叫另一個程式。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

**CPMM** — Raydium 現代的恆定乘積 AMM（2024）。取代 AMM v4 用於新池。參見 [`products/cpmm/overview`](/zh-Hant/products/cpmm/overview)。

**Creator fee (LaunchLab)** — 在結合曲線階段，交換手續費的可選百分比被路由到代幣建立者。參見 [`products/launchlab/overview`](/zh-Hant/products/launchlab/overview)。

## D

**DLMM** — 動態流動性做市商。Meteora 的 CLMM 變體。非 Raydium 產品。

**Discriminator** — 參見「Anchor discriminator」。

## E

**Emissions (Farm)** — 農場獎勵分配的速率，單位為代幣每秒。參見 [`products/farm-staking/overview`](/zh-Hant/products/farm-staking/overview)。

**Escrow** — 一個由 PDA 持有的代幣帳戶，在條件滿足前持有資金。常見的整合模式。參見 [`integration-guides/cpi-integration`](/zh-Hant/integration-guides/cpi-integration)。

**Executable account** — Solana 帳戶，設 `executable = true`，持有程式位元組碼。參見 [`solana-fundamentals/account-model`](/zh-Hant/solana-fundamentals/account-model)。

## F

**Farm v3 / v5 / v6** — Raydium 獎勵農場程式的連續世代。v6 為當前版本；v3/v5 為舊版。參見 [`products/farm-staking/overview`](/zh-Hant/products/farm-staking/overview)。

**Fee growth (CLMM)** — 全域每單位流動性費用計數器，在 `fee_growth_global_X` 和 `fee_growth_global_Y` 中追蹤。參見 [`products/clmm/math`](/zh-Hant/products/clmm/math)。

**Fee tier** — 池提供的特定交換手續費百分比。例如 CLMM 0.05% 級別。參見 [`reference/fee-comparison`](/zh-Hant/reference/fee-comparison)。

**Finalization** — Solana 的最強承諾等級，約在交易上鏈 13 秒後。參見 [`solana-fundamentals/transactions-and-fees`](/zh-Hant/solana-fundamentals/transactions-and-fees)。

**Freeze authority** — 針對給定代幣凍結（鎖定）代幣帳戶的權力。對質押進具有活躍凍結權力代幣的使用者存在風險。

## G

**Graduation (LaunchLab)** — 結合曲線啟動達到閾值並自動遷移到 CPMM 池的事件。參見 [`products/launchlab/overview`](/zh-Hant/products/launchlab/overview)。

## H

**Hybrid AMM** — 與外部訂單簿整合的 AMM，透過路由交易到價格更優的一方。AMM v4 最初是混合的（針對 OpenBook），但其訂單簿端已停用，所以 AMM v4 現在作為純 AMM 運作。CPMM 不是混合的。

## I

**IDL** — 介面描述語言。Anchor 對程式指令、帳戶、事件、錯誤的 JSON 描述。參見 [`sdk-api/anchor-idl`](/zh-Hant/sdk-api/anchor-idl)。

**Impermanent loss (IL)** — LP 代幣價值與持有底層代幣之間的差異，由於價格差異。AMM 的基礎。參見 [`algorithms/constant-product`](/zh-Hant/algorithms/constant-product)。

**Invoke / invoke\_signed** — 用於 CPI 的 Solana 系統呼叫。`invoke_signed` 用於 PDA 授權的 CPI。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

## J

**Jito** — Solana 區塊引擎，支援捆綁交易以保護 MEV。參見 [`integration-guides/routing-and-mev`](/zh-Hant/integration-guides/routing-and-mev)。

**Jupiter** — 主導的 Solana DEX 聚合器。將約 60% 的成交量路由透過 Raydium。參見 [`introduction/ecosystem-position`](/zh-Hant/introduction/ecosystem-position)。

## K

**Kudelski** — 已審計 Raydium 程式的審計公司。參見 [`security/audits`](/zh-Hant/security/audits)。

## L

**Lamport** — 最小的 SOL 單位。1 SOL = 1,000,000,000 lamport。

**LaunchLab** — Raydium 的代幣啟動平台（2024）。結合曲線啟動升級至 CPMM。參見 [`products/launchlab/overview`](/zh-Hant/products/launchlab/overview)。

**Liquidity L (CLMM)** — 一個頭寸對池定價的貢獻，單位由 Uniswap V3 數學定義。參見 [`algorithms/clmm-math`](/zh-Hant/algorithms/clmm-math)。

**LP (Liquidity Provider)** — 將代幣存入池以換取 LP 代幣（或 CLMM 的 NFT）並獲得未來手續費權利要求的使用者。

**LP token** — SPL 代幣，代表 LP 在 CPMM 或 AMM v4 池中的份額。CLMM 改為使用 NFT。

## M

**MadShield** — 已審計 Raydium 程式的審計公司。參見 [`security/audits`](/zh-Hant/security/audits)。

**Master-chef pattern** — 基於 SushiSwap MasterChef 合約的獎勵追蹤設計。`reward_per_share` 累加器風格。由 Farm v6 使用。

**Memecoin** — 非正式術語，指社群/投機驅動的代幣。許多透過 LaunchLab 啟動。

**MEV (Maximal Extractable Value)** — 透過交易排序可提取的價值（前置執行、三明治攻擊、後置執行）。參見 [`integration-guides/routing-and-mev`](/zh-Hant/integration-guides/routing-and-mev)。

**Mint** — 定義代幣的代幣代幣帳戶。不要與「鑄造」動詞（發行新供應）混淆。

**Multisig** — 多簽帳戶，需要 M 中的 N 個簽署者。Raydium 為權力機構使用 Squads 多簽。參見 [`security/admin-and-multisig`](/zh-Hant/security/admin-and-multisig)。

## N

**Non-transferable (Token-2022)** — 防止代幣轉移的擴充。被 Raydium 池建立阻止。

**NFT** — 非同質化代幣。CLMM 頭寸是 NFT；某些 LaunchLab 產物也是。

## O

**Observation / ObservationState** — CLMM 的鏈上價格歷史帳戶。儲存按時間加權的累積價格，啟用 TWAP 預言機。參見 [`products/clmm/accounts`](/zh-Hant/products/clmm/accounts)。

**OpenBook** — 原為 Serum。Solana 的中央限價訂單簿。AMM v4 **最初**與 OpenBook 整合，但該整合已停用；CPMM 和 CLMM 從未與其整合。參見 [`products/amm-v4/overview`](/zh-Hant/products/amm-v4/overview)。

**Oracle** — 外部價格源。Pyth、Jupiter 和（用於內部使用）CLMM 的 ObservationState TWAP。參見 [`security/oracle-and-token-risks`](/zh-Hant/security/oracle-and-token-risks)。

**Orca** — 競爭型 Solana DEX。Whirlpools 是 Orca 的 CLMM 產品。

## P

**PDA (Program-Derived Address)** — 從程式 + 種子確定性衍生的地址。無私鑰；擁有程式透過 `invoke_signed` 簽署。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

**Permanent delegate (Token-2022)** — 授予指定錢包無條件轉移/銷毀權力的擴充。被 Raydium 池建立阻止。

**Phoenix** — 原生 Solana 訂單簿 DEX。同行，非直接競爭者。

**PnL (AMM v4)** — 歷史上：來自 OpenBook 成交的損益，累積到 AMM v4 池並透過 `MonitorStep` 機械人進行結算。隨著 OpenBook 整合停用，不再有新訂單簿 PnL 累積——`state_data.total_pnl_*` 計數器僅持有歷史值。使用 `need_take_pnl_*` 的 0.03% 協議費用路徑不受影響，仍然活躍。

**Pool authority** — 為池金庫轉移簽署的 PDA。每個程式一個（不是每個池一個）。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

**Pool state** — 持有池儲備、手續費、設定的鏈上帳戶。每個產品的中央資料結構。

**Priority fee** — 按 CU 支付給驗證者的費用，以在區塊內優先排列交易。參見 [`integration-guides/priority-fee-tuning`](/zh-Hant/integration-guides/priority-fee-tuning)。

**Program account** — 持有程式的中繼資料/位元組碼的帳戶。參見 [`solana-fundamentals/programs-and-anchor`](/zh-Hant/solana-fundamentals/programs-and-anchor)。

**Program Derived Address** — 參見 PDA。

**Protocol fee** — 交換手續費的部分被路由到 RAY 回購或國庫，而不是 LP。參見 [`ray/protocol-fees`](/zh-Hant/ray/protocol-fees)。

**Pyth** — Solana 預言機網路。由前端用於 USD 顯示；不由 Raydium 池數學使用。

## Q

**Q64.64 (sqrt\_price\_x64)** — 定點表示：64 整數 + 64 分數位。CLMM 用於 sqrt 價格以避免浮點漂移。參見 [`algorithms/clmm-math`](/zh-Hant/algorithms/clmm-math)。

## R

**\$RAY** — Raydium 的原生 SPL 代幣。參見 [`ray/index`](/zh-Hant/ray)。

**Realized fee (CLMM)** — 自上次 `collectFee` 以來累積到頭寸的手續費。透過 `collectFee` 申領。參見 [`products/clmm/math`](/zh-Hant/products/clmm/math)。

**Remaining accounts** — 附加到指令帳戶列表的額外帳戶，按位置解釋。用於可變長度帳戶列表（tick 陣列、轉移掛鉤額外項）。參見 [`solana-fundamentals/pdas-and-cpis`](/zh-Hant/solana-fundamentals/pdas-and-cpis)。

**Rent** — Solana 收取儲存租金，但所有現代帳戶必須租金豁免（持有足夠 lamport 以永久預付租金）。參見 [`solana-fundamentals/account-model`](/zh-Hant/solana-fundamentals/account-model)。

## S

**Sandwich attack** — MEV 戰術：前置執行使用者的交換，然後後置執行以提取價格衝擊。參見 [`integration-guides/routing-and-mev`](/zh-Hant/integration-guides/routing-and-mev)。

**Serum** — OpenBook 的前身。目前不活躍；參見「OpenBook」。

**Slippage** — 報價與實際產出之間的差異，來自價格衝擊 + 價格變動。透過交換上的 `min_out` 參數控制。

**SOL** — Solana 的原生代幣。

**SPL Token** — 舊版 Solana 代幣程式。地址 `Tokenkeg...`。參見 [`solana-fundamentals/spl-token-and-token-2022`](/zh-Hant/solana-fundamentals/spl-token-and-token-2022)。

**sqrt\_price\_x64** — 參見 Q64.64。

**Squads** — Raydium 用於營運和升級權力的多簽平台。參見 [`security/admin-and-multisig`](/zh-Hant/security/admin-and-multisig)。

**Swap / SwapV2** — Raydium 指令變體。`SwapV2` 支援 Token-2022；舊版 `Swap` 不支援。參見 [`solana-fundamentals/spl-token-and-token-2022`](/zh-Hant/solana-fundamentals/spl-token-and-token-2022)。

## T

**Tick (CLMM)** — 離散價格級別。頭寸跨越一系列 tick。參見 [`algorithms/clmm-math`](/zh-Hant/algorithms/clmm-math)。

**Tick array** — 持有 60 個連續 tick 狀態的 PDA。啟用 tick 格點的分塊儲存。參見 [`products/clmm/ticks-and-positions`](/zh-Hant/products/clmm/ticks-and-positions)。

**Tick spacing** — 池中可用 tick 之間的整數間隙。與費用級別相關聯（0.01% → 1、0.25% → 60 等）。參見 [`algorithms/clmm-math`](/zh-Hant/algorithms/clmm-math)。

**Timelock** — 敏感操作的批准與執行之間的延遲。Raydium 升級有 24 小時時間鎖。參見 [`security/admin-and-multisig`](/zh-Hant/security/admin-and-multisig)。

**Token-2022** — 具有擴充的較新代幣程式。地址 `TokenzQ...`。參見 [`solana-fundamentals/spl-token-and-token-2022`](/zh-Hant/solana-fundamentals/spl-token-and-token-2022)。

**Transfer fee (Token-2022)** — 對每次代幣轉移收取百分比的擴充。在 Raydium CPMM/CLMM 中透過 `SwapV2` 計帳。

**Transfer hook (Token-2022)** — 在每次轉移時呼叫程式的擴充。由 Raydium 支援，有注意事項。

**TVL (Total Value Locked)** — 池/農場餘額的 USD 總和。Raydium 的 TVL 截至 2026 年 4 月：\~\$1.8B。

**TWAP (Time-Weighted Average Price)** — 按時間加權的平均價格，衍生自 CLMM ObservationState。參見 [`products/clmm/accounts`](/zh-Hant/products/clmm/accounts)。

## U

**UserLedger (Farm v6)** — 在農場中儲存使用者質押餘額和獎勵債務的 PDA。

## V

**Vault** — 由池程式 PDA 權力擁有的代幣帳戶，持有池儲備。每個池有兩個金庫（每邊一個）。

**Versioned transaction (v0)** — 支援 ALT 的當前 Solana 交易格式。舊版交易是版本 0xff。參見 [`solana-fundamentals/transactions-and-fees`](/zh-Hant/solana-fundamentals/transactions-and-fees)。

## W

**Whirlpools** — Orca 的 CLMM 產品。設計類似於 Raydium CLMM；程式碼庫不同。

**Wrapped SOL (wSOL)** — 包裝為 SPL 代幣的 SOL，用於僅代幣帳戶的上下文。每筆交易建立和關閉。參見 [`user-flows/swap`](/zh-Hant/user-flows/swap)。

## X

**x × y = k** — 恆定乘積恆等式。參見 [`algorithms/constant-product`](/zh-Hant/algorithms/constant-product)。

## 指南

* [`introduction/what-is-raydium`](/zh-Hant/introduction/what-is-raydium) — 從這裡開始。
* [`solana-fundamentals/account-model`](/zh-Hant/solana-fundamentals/account-model) — Solana 概念。
* [`products/cpmm/overview`](/zh-Hant/products/cpmm/overview)、[`products/clmm/overview`](/zh-Hant/products/clmm/overview) 等 — 按產品詳細資訊。
* [`reference/fee-comparison`](/zh-Hant/reference/fee-comparison) — 手續費。
* [`reference/program-addresses`](/zh-Hant/reference/program-addresses) — 程式 ID。

來源：

* 定義反映截至 2026 年 4 月 Raydium 程式碼庫和生態文件中的使用。
