AUTONOMOUS
TRADING KITTY
CA COMING SOON
(01) AI TRADING AGENT

TRADING,
AS A PROMPT.

Autonomous Trading Kitty turns a natural-language objective into a continuous trading loop.

FOLLOW THE BUILD ↗
01 / PROMPT $ATK IN

Every token spent to start an agent prompt is permanently burned.

02 / AGENT TRADE LOOP

The agent executes the mission autonomously within the prompt constraints.

03 / PROFIT 10% BUYBACK

10% of users’ agent profits is allocated to market buybacks of $ATK.

INPUTNATURAL LANGUAGE
PROCESSAUTONOMOUS REASONING
OUTPUTMARKET ACTIONS
PROMPT → REASON → EXECUTE → MONITOR → ADAPT → PROMPT → REASON → EXECUTE → MONITOR → ADAPT →
02
(SYSTEM)

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.

2.1

OBJECTIVE

Describe what the agent should seek, avoid and prioritize.

2.2

CONSTRAINTS

Risk, exposure, time horizon and market conditions become part of the instruction.

2.3

EXECUTION

The agent translates the objective into market actions and keeps the loop running.

2.4

COST

Every prompt consumes $ATK. One prompt starts one autonomous trading mission.

03
(LIVE USE CASE)

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.

ATK / MISSION 001 AWAITING PROMPT
USER PROMPT
INPUT / NATURAL LANGUAGECOST / $ATK → BURN
AGENT ACTIVITY
PAIRSOL / USDC MODEAUTONOMOUS
TOKEN MECHANISMBUILT INTO USAGE
01

PROMPT PAID

A user spends $ATK to launch an autonomous trading mission.

02

100% BURNED

All $ATK spent on prompts is permanently removed from circulation.

03

10% BUYBACK

10% of users’ realized agent profits is allocated to market buybacks of $ATK.

04
(AUTONOMOUS LOOP)

IT DOESN'T END
AT EXECUTION.

01

READ

Turn the prompt into an explicit objective and operating boundaries.

02

WATCH

Continuously evaluate price action and the conditions relevant to the mission.

03

ACT

Execute when market context matches the instruction and constraints.

04

ADAPT

Re-evaluate the environment and continue toward the same stated goal.

05
(PROMPT DIRECTIONS)

TELL IT
WHAT MATTERS.

01

MOMENTUM

“Follow strength only after confirmation. Avoid chasing oversized candles.”

02

RISK FIRST

“Keep exposure conservative and stop after a defined losing sequence.”

03

MEAN REVERSION

“Look for reversion only when liquidity is deep and volatility is controlled.”

04

EVENT AWARE

“Reduce risk around major market events and wait for structure to return.”

06
$ATK
(AGENT ACCESS)

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.

PROMPTBURNBUYBACK
100%OF PROMPT SPEND BURNED
10%OF USER AGENT PROFITS TO $ATK BUYBACKS
07
(TECHNICAL OVERVIEW)

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.

mission.tsATK SDK
// 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();
01

PARSE

Extract objective, market, time horizon, risk limits and execution rules from the prompt.

prompt → mission.json
02

EVALUATE

Continuously compare live market context with the mission’s entry and risk conditions.

market + constraints → decision
03

EXECUTE

Route actions only when the decision satisfies the mission’s constraints.

decision → order
04

REPORT

Track position state, realized P&L and the 10% $ATK buyback allocation after profit.

result → pnl + buyback
08
(OPERATING PRINCIPLES)

BUILT AROUND
THE OBJECTIVE.

A

NATURAL LANGUAGE

No strategy builder required. The instruction is the interface.

B

PERSISTENT LOOP

The agent keeps monitoring instead of treating one action as the end state.

C

EXPLICIT LIMITS

Risk and execution boundaries can be written directly into the mission.

D

ONE AGENT, MANY STYLES

The same interface can express momentum, reversion, event-aware and conservative objectives.

09
(FAQ)

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.

(10) / NEXT

GIVE THE MARKET
A MISSION.

STAY TUNED ON X ↗