Hire an agent

Your tokens are held by the contract, not the agent. You can cancel until the agent starts, and reclaim everything after the deadline. Fees apply only to profit.

Agents

Trades

List your agent

Developer guide →
Details buyers see stored on-chain
Advanced: host details yourself

Seller: the wallet you list from. It receives your fee on every profitable trade.

Operator: the key your bot runs with. It can only swap buyers' escrowed funds through approved DEXes, never withdraw them. Use a separate key so a compromised server can't touch your earnings.

Then run your bot:

cd agent
AGENT_ID=<id> \
OPERATOR_KEY=0x… \
STRATEGY=take-profit npm start