Simplify and automate validator selection, delegation, and reward compounding on Core with verifiable on-chain receipts. Built for wallets, DeFi frontends, and aggregators.
Everything you need to optimize dual staking with confidence and transparency
Three simple steps to optimize your dual staking on Core
Connect your wallet to Core Testnet2 and let our AI score validators based on performance metrics and risk factors.
Click "Optimize Now" to execute batched transactions: delegate to the recommended validator and compound existing rewards.
Receive verifiable receipts with transaction links and optional NFT proof. Share your optimization success with the community.
Integrate Selfex into your dApp, wallet, or DeFi protocol with our simple REST API and TypeScript SDK. Add "Optimize Staking" functionality in under 30 minutes.
Simple endpoints for scoring, optimization, and receipt verification
Real-time notifications for transaction status and completion
Fully auditable smart contracts and transparent operations
import { Selfex } from '@selfex/sdk' const selfex = new Selfex(apiKey) // Score validators const scores = await selfex.score(wallet) // Optimize staking const run = await selfex.run({ wallet: "0x...", validatorId: scores.rankedValidators[0].id, actions: ["delegate", "claim", "compound"], network: "core-testnet2" }) console.log(run.txs) // Transaction hashes
Join the Core ecosystem builders using Selfex for automated dual staking optimization