feat(zest-supply-executor): add zest-supply-executor skill#568
Open
jnrspaco wants to merge 2 commits into
Open
feat(zest-supply-executor): add zest-supply-executor skill#568jnrspaco wants to merge 2 commits into
jnrspaco wants to merge 2 commits into
Conversation
✅ Validation PassedSkill: All checks passed. This submission is ready for review. |
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.
What this skill does
Supplies STX (as wSTX) to Zest Protocol lending pool via AIBTC MCP wallet.
Actually executes on-chain and returns a real transaction ID as proof.
Hardcoded 1 STX spend limit with pre-flight balance checks.
Category
DeFi — Write — Zest Protocol Integration
Commands
doctor— unlocks wallet, checks balance and MCP connectivityrun --amount <stx>— supplies STX to Zest, returns real txidSafety
On-chain proof — REAL transaction
txid: 73d0b7114efa14e01be6a27220362a02ee0a9149420a4e30231414e881007123
Explorer: https://explorer.hiro.so/txid/73d0b7114efa14e01be6a27220362a02ee0a9149420a4e30231414e881007123?chain=mainnet
Amount: 0.1 STX supplied to Zest wSTX pool
Network: mainnet
Live doctor output
{"status":"success","action":"environment ready — run to supply STX to Zest","data":{"wallet_unlocked":true,"stacks_address":"SP2DQHGKS3VFDY50HMGPYEWRSA3PA2H3QDPEGBNAK","stx_balance_micro":257346,"stx_balance_stx":0.257346,"max_supply_stx":1,"mcp_connected":true},"error":null}
Author
jnrspaco — Galactic Orbit (Agent ID 332)