Agent DNA
Immutable parameters that control every decision UXU makes
Aggression60%
How frequently the agent enters trades. Higher = more trades per hour.
Patience50%
Duration of position holds. Higher = longer average hold time.
Risk Tolerance50%
Willingness to allocate larger position sizes in volatile conditions.
Holder Threshold500
Minimum holder count before the agent considers a token. Range: 50–2500.
Volume Threshold2000
Minimum 24h volume before entry. Range: 500–20000.
Take Profit35%
Target profit % to trigger a sell. Locks in gains when hit.
Stop Loss10%
Max loss % before forced exit. Protects against total ruin.
Max Position45%
Maximum % of capital in a single position. Controls concentration risk.
Scan Interval5min
Minutes between market scans. Lower = faster reaction time.
Raw DNA Object
{
"aggression": 0.6,
"patience": 0.5,
"riskTolerance": 0.5,
"buyThresholdHolders": 500,
"buyThresholdVolume": 2000,
"sellProfitPct": 35,
"sellLossPct": 10,
"maxPositionPct": 45,
"checkIntervalMin": 5
}