Every token spent to start an agent prompt is permanently burned.
TRADING,
AS A PROMPT.
Autonomous Trading Kitty turns a natural-language objective into a continuous trading loop.
FOLLOW THE BUILD ↗The agent executes the mission autonomously within the prompt constraints.
10% of users’ agent profits is allocated to market buybacks of $ATK.
ONE INSTRUCTION.
AN ENTIRE LOOP.
You define the objective. ATK interprets the prompt, tracks the market, applies constraints and keeps operating without waiting for another click.
OBJECTIVE
Describe what the agent should seek, avoid and prioritize.
CONSTRAINTS
Risk, exposure, time horizon and market conditions become part of the instruction.
EXECUTION
The agent translates the objective into market actions and keeps the loop running.
COST
Every prompt consumes $ATK. One prompt starts one autonomous trading mission.
WATCH THE
AGENT WORK.
A prompt becomes a live trading mission. The sequence below loops continuously to show how ATK reads an instruction, enters a position, exits it and reports the result.
PROMPT PAID
A user spends $ATK to launch an autonomous trading mission.
100% BURNED
All $ATK spent on prompts is permanently removed from circulation.
10% BUYBACK
10% of users’ realized agent profits is allocated to market buybacks of $ATK.
IT DOESN'T END
AT EXECUTION.
READ
Turn the prompt into an explicit objective and operating boundaries.
WATCH
Continuously evaluate price action and the conditions relevant to the mission.
ACT
Execute when market context matches the instruction and constraints.
ADAPT
Re-evaluate the environment and continue toward the same stated goal.
TELL IT
WHAT MATTERS.
MOMENTUM
“Follow strength only after confirmation. Avoid chasing oversized candles.”
↗RISK FIRST
“Keep exposure conservative and stop after a defined losing sequence.”
↗MEAN REVERSION
“Look for reversion only when liquidity is deep and volatility is controlled.”
↗EVENT AWARE
“Reduce risk around major market events and wait for structure to return.”
↗USE CREATES
SCARCITY.
Every prompt is paid in $ATK and every token spent on prompts is burned. When the agent generates profit for a user, 10% of that profit is allocated to buy back $ATK from the market.
FROM PROMPT
TO EXECUTION.
ATK turns a natural-language objective into a structured mission, evaluates market state against explicit constraints and keeps the execution loop alive until the mission exits.
// define a trading mission
const mission = await atk.createMission({
market: "SOL/USDC",
prompt: "Follow 15m momentum. Avoid sharp hourly spikes.",
constraints: {
maxRiskPerTrade: 0.01,
reduceExposureOnVolatility: true
}
});
await mission.run();
PARSE
Extract objective, market, time horizon, risk limits and execution rules from the prompt.
prompt → mission.jsonEVALUATE
Continuously compare live market context with the mission’s entry and risk conditions.
market + constraints → decisionEXECUTE
Route actions only when the decision satisfies the mission’s constraints.
decision → orderREPORT
Track position state, realized P&L and the 10% $ATK buyback allocation after profit.
result → pnl + buybackBUILT AROUND
THE OBJECTIVE.
NATURAL LANGUAGE
No strategy builder required. The instruction is the interface.
PERSISTENT LOOP
The agent keeps monitoring instead of treating one action as the end state.
EXPLICIT LIMITS
Risk and execution boundaries can be written directly into the mission.
ONE AGENT, MANY STYLES
The same interface can express momentum, reversion, event-aware and conservative objectives.
ASK THE
KITTY.
01WHAT IS AUTONOMOUS TRADING KITTY?+
An AI trading agent designed to turn a natural-language market objective into an autonomous trading process.
02HOW DO PROMPTS WORK?+
A prompt describes the goal, trading style and constraints. The agent interprets those instructions as a mission.
03WHAT IS $ATK USED FOR?+
Every prompt costs $ATK. All tokens spent on prompts are burned, and 10% of users’ agent profits is allocated to $ATK market buybacks.
04WHERE CAN I FOLLOW UPDATES?+
Development updates are published on the official ATK X account.