File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,17 +167,15 @@ rpc.send_transaction(&ixs, &payer).await?;
167167Latency, tx size, and CU depend on the number and type of cold accounts.
168168
169169### When does a market go cold?
170+ A market is "cold" after it has been compressed by a miner. Accounts become
171+ eligible for compression when inactive (e.g., after 24h without lamport bumps
172+ from fee payers), causing the virtual rent balance to fall below threshold.
170173
171- 1 . Market is idle (eg 24h of no lamports bumps by fee_payers)
172- 2 . Becomes eligible for compression (virtual rent balance under threshold)
173- 3 . Miner node compresses the market
174-
175- ** To ensure that your swaps execute regardless of whether the market is hot or
176- cold, always prepend ` create_load_instructions ` to the swap transaction. This
177- will no-op if the market is hot.**
174+ ** To ensure swaps execute regardless of whether the market is hot or cold,
175+ always prepend ` create_load_instructions ` to the swap transaction. This no-ops
176+ if the market is hot.**
178177
179178---
180-
181179## Error Handling
182180
183181``` rust
You can’t perform that action at this time.
0 commit comments