feat: add comprehensive DeFi monitoring contract suite#7
Open
feat: add comprehensive DeFi monitoring contract suite#7
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
New Clarity Smart Contracts: - sentinel-limit-orders.clar: On-chain limit order book with keeper incentives (0.3% fee) - sentinel-yield-farming.clar: Multi-pool LP token farming with SNTL rewards & lock multipliers - sentinel-insurance.clar: Protocol insurance fund with DAO claim voting & LP providers - sentinel-alerts-registry.clar: On-chain price alert registry with keeper execution rewards - sentinel-portfolio-vault.clar: Auto-rebalancing portfolio vault with social copy-trading Fix Vercel Deployment: - Add root vercel.json with rootDirectory: frontend - Fixes defi-sentinel.xyz serving backend JS instead of frontend HTML Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Added 10 production-ready Clarity smart contracts for a complete DeFi monitoring and security ecosystem on Stacks.
Contracts Added
price-oracle.clar- Decentralized price feed aggregator with multi-reporter supportwhale-tracker.clar- Large wallet movement monitoring and alert systemliquidity-monitor.clar- DEX liquidity pool health tracking and anomaly detectionrisk-scoring.clar- Composite risk assessment engine for DeFi protocolsalert-manager.clar- Centralized alert routing with escalation rulesyield-tracker.clar- APY/APR monitoring with anomaly spike detectiontoken-registry.clar- SIP-010 verified token registry with blacklist supportgovernance-votes.clar- On-chain voting system for protocol governanceprotocol-insurance.clar- Decentralized insurance pool against smart contract exploitsmultisig-treasury.clar- N-of-M multisignature treasury for protocol fundsFeatures
Testing
All contracts follow Clarity best practices with comprehensive error handling and access control.