Draft
Conversation
Author
|
This PR is intentionally kept as Draft. It depends on the Radiant onchain-actions plugin being merged into the registry. |
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
This PR introduces the Radiant Strategy Pack, a full suite of DeFi agent templates designed for the Vibekit ecosystem.
It builds directly on top of the Radiant Lending Plugin (added in PR #? / branch
feat/radiant-lending-plugin) and fulfills the architecture needed to automate Radiant lending on Arbitrum.This PR adds:
RadiantClient)Related Issues
(Integrate Radiant Lending Protocol – Arbitrum)
Type of Change
📦 What This PR Accomplishes
✅ 1. Adds Radiant Strategy Pack
Located at:
This pack contains 3 complete Vibekit-compatible strategies:
1. Radiant Leveraged Looping Lender
2. Radiant Health Factor Shield
3. Radiant Rewards Auto-Compounder
✅ 2. Adds RadiantClient Abstraction Layer
File:
Responsibilities:
markets,positions,actions)✅ 3. Adds CLI Runner
File:
Allows end-users to run strategies without coding, for example:
✅ 4. Adds Test Suite (Vitest + Mocks)
Location:
Tests include:
This ensures deterministic behavior without requiring onchain calls.
🧰 Folder Structure Added
🧪 Testing
Tests Performed
Test Results
All tests pass locally with Vitest.
Steps to Run Tests
📌 Additional Notes
feat/radiant-lending-plugin✅ PR Ready for Review
Please review and let me know if any structural adjustments are needed.
closes #334