Quick Start Guide
Get up and running with Beneat in minutes
Get up and running with Beneat in minutes
This guide will help you set up Beneat and start receiving on-chain quantitative intelligence—wallet tracking data and predictive zones.
Prerequisites
You'll need an active Beneat account. Join the waitlist if you haven't already.
After receiving your beta invitation:
Choose which blockchains you want to monitor:
Configure when you want to be notified:
// Example zone configuration
{
zoneConfidence: "medium", // Minimum zone confidence (high/medium/low)
chains: ["ethereum", "solana", "base"],
notifications: {
telegram: true,
discord: true,
email: false
}
}
Threshold Recommendations
Start with "medium" confidence zones to balance frequency with quality. Adjust based on your use case—trading, portfolio analysis, or research.
/connect with your account tokenFor programmatic access, generate an API key:
curl -X POST https://api.beneat.xyz/v2/keys \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "My Trading Bot", "scopes": ["zones:read"]}'
Once configured, you'll receive predictive zones that look like this:
{
"type": "probability_zone",
"token": {
"address": "0x...",
"symbol": "TOKEN",
"chain": "ethereum"
},
"zone": {
"range": { "lower": 142.50, "upper": 148.20 },
"confidence": "high",
"probability": 0.73,
"direction": "accumulation",
"actorCount": 5,
"avgActorScore": 87
},
"timestamp": "2025-01-15T10:30:00Z"
}
Risk Disclaimer
Zones are informational only and not financial advice. Always do your own research and never invest more than you can afford to lose.