← 返回 Skills 市场
Torch Market
作者
mr brightside
· GitHub ↗
· v11.1.0
· MIT-0
5789
总下载
6
收藏
3
当前安装
89
版本数
在 OpenClaw 中安装
/install torchmarket
功能描述
Every token is its own margin market. Depth-adaptive risk engine, treasury-backed lending, real-token short selling. No oracles. No stored baselines. No keep...
安全使用建议
Install only if you are comfortable with Solana DeFi risk. Prefer read-only mode unless you need transactions, use a fresh low-balance controller key if automation is required, never provide a vault authority private key, and inspect wallet prompts for buys, sells, borrows, withdrawals, and authority transfers. Expect some token-detail and reputation features to contact SAID, CoinGecko, or token metadata URLs.
能力评估
Purpose & Capability
The skill presents itself as a Solana margin-market, vault, trading, lending, short-selling, and token-launch SDK, and the SKILL.md plus agent.json explicitly list those financial capabilities.
Instruction Scope
Read, controller, authority, and permissionless actions are separated in the metadata; authority-only withdrawals and vault authority transfer are disclosed, but users must still review each transaction before signing.
Install Mechanism
Installation is disclosed as an optional npm package with a bundled SDK copy; no hidden install commands, background setup, or post-install persistence were evident in the artifacts.
Credentials
The required Solana RPC endpoint and optional private key fit the stated DeFi purpose; the artifacts repeatedly instruct users to use only a fresh disposable controller key, never a vault authority key.
Persistence & Privilege
No file writes, local indexing, long-running workers, or durable persistence were found; privileged effects are on-chain transaction builders or explicit wallet sign-and-send helpers.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install torchmarket - 安装完成后,直接呼叫该 Skill 的名称或使用
/torchmarket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v11.1.0
- Updated SDK to torchsdk@^11.1.0 and all installation instructions.
- Added new files: lib/torchsdk/events.d.ts, lib/torchsdk/events.js, and verification.md.
- Removed VERIFICATION.md.
- No user-facing functionality changes documented.
v10.7.1
- Updated to version 10.7.1 with torchsdk@^10.7.1 as the recommended SDK.
- Expanded SDK query functions to include `getUserStats`, `getProtocolTreasuryState`, and `getTreasuryState`.
- No code or implementation changes detected; SKILL.md documentation improvements and SDK version update only.
v10.5.0
- Updated SDK dependency to torchsdk@^10.5.0 for improved compatibility.
- Version bump to 10.5.0 with matching metadata updates.
- No functional or code changes detected.
v10.4.0
- Updated SDK dependency to torchsdk@^10.4.0 in metadata for npm installation.
- Version bump from 10.3.0 to 10.4.0 in all relevant metadata fields.
No functional or behavior changes are documented for this version.
v10.3.0
- Upgraded torchsdk dependency to version 10.3.0.
- Updated SDK install instructions to use torchsdk@^10.3.0.
- Added VERIFICATION.md file for enhanced verification/documentation.
- Removed old SDK files and replaced/updated verification docs.
v10.2.6
- Increased the immutable post-migration transfer fee from 0.04% to 0.07%.
- Updated SDK dependency to torchsdk@^10.2.6.
v10.2.5
- Version bump to 10.2.5.
- Updated SDK dependency in metadata to torchsdk@^10.2.5.
- Updated internal version references in metadata to 10.2.5.
v10.2.4
Version 10.2.4
- Introduced a depth-adaptive risk engine: margin parameters now scale with liquidity depth, replacing fixed LTVs.
- Updated protocol to operate with no oracles, no stored baselines, and no keepers—liquidity pool state is the only source of truth.
- Increased maximum borrow cap to 23x collateral share of supply.
- Updated documentation to clarify the new risk model, margin details, and protocol parameters.
- Added a new risk.md file describing the risk engine.
v10.2.2
- Updated Torch SDK dependency to version 10.2.2 in the installation instructions.
- Bumped skill version to 10.2.2 for consistency with the SDK.
- No other user-facing changes or modifications to functionality.
v10.2.1
- Added circuit breakers: margin operations now block when pool liquidity drops below 5 SOL or price deviates more than 50% from baseline.
- Updated constants and documentation to reflect the new circuit breaker and deviation limits.
- Bumped SDK dependency to torchsdk@^10.2.1.
v10.2.0
- Treasury rate during bonding increased from 15%→2.5% to 17.5%→2.5% (dynamic decay).
- 100% of tokens now go to the buyer during bonding; protocol token allocation removed.
- SDK install updated to torchsdk@^10.2.0.
- Added new SDK functions: sendBuy, sendDirectBuy, and sendCreateToken for one-step build + simulate + send flows.
- Removed "votes" from the token query table for clarity.
v10.1.1
- Updated SDK dependency to torchsdk@^10.1.1 in the install instructions.
- Bumped skill version to 10.1.1 for compatibility.
- No other user-facing or functional changes.
v10.1.0
- Updated torchsdk dependency to version 10.1.0.
- Adjusted treasury rate constant: now 15% → 2.5% (dynamic decay).
- Incremented version to 10.1.0 throughout documentation and metadata.
v10.0.2
- Refactored environment variable requirements and metadata fields for improved clarity and integration.
- Added explicit "requires" and "metadata" sections for both clawdbot and openclaw platforms.
- No functional changes to the core logic or SDK usage.
- Updated version to 10.0.2.
v10.0.1
- Updated to version 10.0.1 with no file changes detected.
- SKILL metadata reorganized for clarity; env requirements are now listed under metadata and formatted for easier reading.
- Previous "requires.env" section was removed for a simplified manifest.
- Added "integrity" info and clarified SDK bundling and installation options in the metadata.
- Other descriptive and formatting adjustments; no functional or code changes.
v10.0.0
Version 10.0.0 is a major protocol and SDK upgrade:
- Overhauled protocol: every token is now a fully-independent margin market with its own lending and short-selling pools, eliminating oracles, LPs, and protocol tokens.
- New short selling: native, treasury-backed real-token shorts (not synthetic); borrowed tokens affect real prices.
- Instantly on-chain lending: borrow SOL against token collateral, or borrow tokens against SOL collateral (for shorts).
- All market parameters and constants are now immutable and enforced on-chain; no admin upgradability.
- Major changes and additions to the SDK, with new methods and expanded transaction flows for margin, short selling, and treasury operations.
- Removed the deprecated `design.md` file.
v5.1.3
- Updated bundled Torch SDK to version ^4.1.2 for improved compatibility and latest protocol support.
- No functional or behavioral changes made to the skill itself.
- Maintained all safety, custody, and compatibility guarantees.
v5.1.2
Version 5.1.2 is a minor update.
- Bumped skill version number to 5.1.2.
- No code or documentation changes other than updating the metadata version field.
v5.1.1
torch-market v5.1.1
- Expanded and clarified SKILL.md with a detailed protocol and token lifecycle overview.
- Added tables of protocol constants for easier reference.
- Improved documentation on bonding phase, migration, post-migration mechanics, and protocol rewards.
- No changes to code or functionality; this is a documentation-focused update.
v5.1.0
**Torch Market 5.1.0 — Unified quotes, vault safety, and DEX/Bonding routing**
- Unified trading flow: `getBuyQuote` + `buildBuyTransaction` now auto-routes between bonding curves and Raydium DEX, based on token state.
- All transactions are now VersionedTransaction-native, using Address Lookup Tables for efficient, smaller transactions.
- Expanded and improved vault documentation, emphasizing full-custody security and closed economic loops.
- SDK dependency updated to torchsdk@^4.1.0.
- Streamlined skill introduction and documentation for clarity and easier onboarding.
元数据
常见问题
Torch Market 是什么?
Every token is its own margin market. Depth-adaptive risk engine, treasury-backed lending, real-token short selling. No oracles. No stored baselines. No keep... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5789 次。
如何安装 Torch Market?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install torchmarket」即可一键安装,无需额外配置。
Torch Market 是免费的吗?
是的,Torch Market 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Torch Market 支持哪些平台?
Torch Market 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Torch Market?
由 mr brightside(@mrsirg97-rgb)开发并维护,当前版本 v11.1.0。
推荐 Skills