torchsdk 10.2.0 → 10.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "torchsdk",
3
- "version": "10.2.0",
3
+ "version": "10.2.2",
4
4
  "description": "Torch Market SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -123,7 +123,7 @@ All builders return `{ transaction: VersionedTransaction, message: string }`.
123
123
 
124
124
  ### Lending (post-migration)
125
125
 
126
- Treasury-backed margin lending. Borrow SOL against token collateral. 50% max LTV, 65% liquidation threshold, 2% interest per epoch.
126
+ Treasury-backed margin lending. Borrow SOL against token collateral. 50% max LTV, 65% liquidation threshold, 2% interest per epoch. Circuit breakers block new positions when pool liquidity < 5 SOL or price deviates > 50% from baseline.
127
127
 
128
128
  | Function | Description |
129
129
  |----------|-------------|
@@ -134,7 +134,7 @@ Treasury-backed margin lending. Borrow SOL against token collateral. 50% max LTV
134
134
 
135
135
  ### Short Selling (post-migration)
136
136
 
137
- Borrow real tokens from the 300M treasury lock, sell on the market, buy back to close. Same parameters as lending — 50% max LTV, 65% liquidation, 2% per epoch interest.
137
+ Borrow real tokens from the 300M treasury lock, sell on the market, buy back to close. Same parameters and circuit breakers as lending — 50% max LTV, 65% liquidation, 2% per epoch interest.
138
138
 
139
139
  | Function | Description |
140
140
  |----------|-------------|