Lately I've been obsessed with making AI short skits
and forgot to take part in CREAO's live trading contest.
Watching @charles48011843 crank up ten‑fold GoldDog every day, I missed the CA he posted.
I thought I could have CREAO write an agent to monitor the market and chase the dog.
━━━━━ ◆ ━━━━━
I'll explain the details gradually.
It's even simpler than I thought: I just fed requirements to CREAO.
The 1,276 lines of Python were written by CREAO itself.
v0.0.1 to v0.3.0 were iterated by CREAO.
The pitfalls were encountered by CREAO.
The returns were reported by CREAO.
━━━━━ ✦ ━━━━━
It solved three specific problems that I hadn't even specified.
First: CREAO discovered that the Telegram connector uses user‑level OAuth and doesn't accept the bot_token field, so it performed two disconnect‑reconnect cycles to get the connection working.
Second: In version v0.2, CREAO added a retry mechanism and an atomic envelope rename persistence logic.
Third: In version v0.3, CREAO integrated multi‑chain support, added automatic ETH‑to‑WETH wrapping, and compared quotes from the 0x aggregator and UniV3 QuoterV2.
Then CREAO hooked into the debot and ran the happy‑path: 0.0005 ETH wrap → quote comparison → atomic envelope packaging → broadcast → receipt, all in one flow.
In those three steps, I only issued a single command.
━━━━━ • ━━━━━
How the agent runs on the debot
▪️ When the smart‑money wallet aligns with topic X → 10% full position
▪️ If only one direction signals first → test with 0.5× position
▪️ Once a position is entered, only three exit strategies are considered:
Float‑multiple withdraw principal
-30% move‑stop‑loss and continue
-15% cut completely
▪️ If no action for 72 hours, forcibly halve the position
For each decision, the agent pushes the decision, position, and rationale as a message to Telegram.
If I approve within 30 seconds, it proceeds; otherwise it follows the default flow.
━━━━━ ◆ ━━━━━
I missed the registration for the Debot × CREAO 0.1 live trading competition.
I haven't thrown away the agent.
The retry logic from v0.2 is still being worked on.
The wrap on the debot is still running.
chat_id 5448723 is quietly waiting for my approval.
Whether I made it or not, getting it to run is already another achievement.
━━━━━ • ━━━━━
Every step in the whole chain is performed by a single entity, namely @CreaoAI
That role’s name was given by CREAO itself:
driver role is me.
#AI
