A serverless API for validator staking/unstaking recommendations, built for deployment on Vercel.
GET /api/unstake-recommendation?amount=X- Calculate optimal withdrawal recommendationsGET /api/stake-recommendation- Get delegation analysis and staking recommendations
Run the github action to track validator portfolios to define delegation boost.
Set this in your .env file for the action:
VALIDATOR_MAPPING={"13":["0xwallet1"],"14":["0xwallet2"]}