How agents work
Each agent follows a simple lifecycle:1
Idle
The agent is created but not running. You can edit its configuration and connect a wallet.
2
Active
You start the agent. It begins listening for signals and is ready to trade.
3
Trading
When a high-confidence signal matches the agent’s filters, the agent submits a swap transaction on-chain and opens a position.
4
Stopped
You stop the agent, or it halts after hitting a configured safety limit. No new trades are opened while stopped.
Wallet connection
Every agent connects to exactly one wallet. The wallet supplies the funds the agent trades with and receives proceeds when positions close. You control which wallet to link, and you can unlink or switch wallets while the agent is idle. One agent per wallet keeps balances and trade history isolated and easy to audit.Agent types
ELUUP AI currently supports signal-following agents. These agents subscribe to ELUUP’s proprietary signal feed, evaluate each signal against their configured filters (chain, token, confidence threshold), and act only when the signal meets every rule. Future agent types may include strategy-composition and custom-script agents.What agents do automatically
- Open buy positions when BUY signals exceed the confidence threshold
- Apply position sizing so no single trade overallocates your wallet
- Enforce stop loss, trailing stop, and take profit on every trade
- Close positions and swap back to the base asset when exit conditions trigger