Skip to content

Commit 3c00a93

Browse files
more house keeping
1 parent a0fad4d commit 3c00a93

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

light-token/defi/routers.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,15 @@ rpc.send_transaction(&ixs, &payer).await?;
167167
Latency, 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

0 commit comments

Comments
 (0)