feat(defi): add Torch Market integration#513
Open
mrsirg97-rgb wants to merge 7 commits intosendaifun:v2from
Open
feat(defi): add Torch Market integration#513mrsirg97-rgb wants to merge 7 commits intosendaifun:v2from
mrsirg97-rgb wants to merge 7 commits intosendaifun:v2from
Conversation
Torch Market is a fair-launch token platform on Solana with bonding curves and community treasuries. After tokens graduate (200 SOL), holders vote to burn or return treasury tokens. Tools: - torchListTokens: List/filter tokens by status - torchGetToken: Get token details - torchBuyToken: Buy on bonding curve - torchSellToken: Sell back to curve - torchVoteToken: Vote on treasury outcome - torchStarToken: Star tokens (0.05 SOL) Actions: - TORCH_LIST_TOKENS - TORCH_GET_TOKEN - TORCH_BUY_TOKEN - TORCH_SELL_TOKEN - TORCH_VOTE_TOKEN - TORCH_STAR_TOKEN API: https://torch.market/api/v1 Docs: https://torch.market/api/v1/openapi.json
Torch Market is a fair-launch token platform on Solana with bonding curves and community treasuries. After tokens graduate (200 SOL), holders vote to burn or return treasury tokens. Tools: - torchListTokens: List/filter tokens by status - torchGetToken: Get token details - torchBuyToken: Buy on bonding curve - torchSellToken: Sell back to curve - torchVoteToken: Vote on treasury outcome - torchStarToken: Star tokens (0.05 SOL) - torchCreateToken: Create a new token with bonding curve Actions: - TORCH_LIST_TOKENS - TORCH_GET_TOKEN - TORCH_BUY_TOKEN - TORCH_SELL_TOKEN - TORCH_VOTE_TOKEN - TORCH_STAR_TOKEN - TORCH_CREATE_TOKEN API: https://torch.market/api/v1 Docs: https://torch.market/api/v1/openapi.json
…ent-kit into feat/torch-market
Author
|
this adds additional functionality for the ai for token creation on the marketplace |
Author
|
update: added functionality so agents an read/write the message boards |
Author
|
feature branch has been updated to include all v2.4.1 functionality and match what is available on npm: https://www.npmjs.com/package/solana-agent-kit-torch-market. |
Author
|
updated to match skill v3.0 and package avail through npm. fully stress tested with e2e sims using surfpool. now using the torchsdk, available here: https://github.com/mrsirg97-rgb/torchsdk |
Author
|
bumped with latest. fully tested. latest torchsdk v bump to 1.0.4. sdk available here: https://www.npmjs.com/package/torchsdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Torch Market integration to the DeFi plugin. Torch Market is a fair-launch token platform on Solana with bonding curves and community treasuries.
Features
API
All operations use the Torch Market REST API:
Testing
Tested against mainnet API. Transactions are built server-side and returned unsigned for agent signing.