Skip to content

feat: Solder Cortex conviction scoring integration#3

Open
metalmcclaw wants to merge 1 commit intosidex-fun:mainfrom
metalmcclaw:solder-cortex-integration
Open

feat: Solder Cortex conviction scoring integration#3
metalmcclaw wants to merge 1 commit intosidex-fun:mainfrom
metalmcclaw:solder-cortex-integration

Conversation

@metalmcclaw
Copy link
Copy Markdown

🤝 Integration Proposal: Solder Cortex x SIDEX

Adds conviction scoring to enhance SIDEX trading decisions.

What This Does

  • getWalletConviction(wallet) - Fetch cross-domain conviction score
  • shouldFollowTrade(wallet, minConviction) - Decision helper for copy trading

Why It Matters

Before following a trade, check if the wallet has real skin in the game:

  • High conviction = active in both DeFi AND prediction markets
  • Low conviction = might be noise or manipulation

Usage

const { shouldFollowTrade } = require('./integrations/solder-cortex');

const decision = await shouldFollowTrade('WalletAddress123');
if (decision.follow) {
  // Execute trade - trader has high conviction
}

Links

Built for the Colosseum Agent Hackathon by Superteam Indonesia.

Adds conviction scoring for trading decisions:
- getWalletConviction(wallet) - fetch cross-domain conviction score
- shouldFollowTrade(wallet, minConviction) - decision helper

High conviction = wallet active in both DeFi and prediction markets.

Demo: http://76.13.193.103/
Colosseum: Solder Cortex project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant