Events

Any active strategy on Everstrike produces events. Events provide insight into the decision making process of the AI that is executing the strategy, and help debug prompts.

An event has the following properties:

Creation Time

Time at which the event was first seen

Pair

Market that the event relates to

Action

"BUY", "SELL", "HOLD" or "CLOSE" - trading decision made by the AI

Amount

USD quantity of any orders submitted by AI as part of the event

Price

Mark Price of the market that the event relates to, at Creation Time

Confidence

How confident the AI was in its decision - a number ranging from 0% to 100%

Reasoning

The reasoning employed by the AI and that led to its Action

Strategy

The strategy that produced the event

Order Submitted

Whether an order was submitted as part of the event

Forced Evaluation

Whether the event was the result of a forced evaluation

Model

AI model used to generate the event

Prompt Tokens

Prompt tokens consumed when generating the event

Completion Tokens

Completion tokens consumed when generating the event

Discretion

Whether discretion was employed in the AI's decision

Thinking Time

Time taken by the AI to arrive at its decision

Credits Used

AI credits consumed as part of the event

Active strategies produce one event per evaluation. Paused strategies do not produce events. A strategy's evaluation frequency determines the rate at which it produces events.

Each event consumes AI credits. AI credits are automatically deducted from the user's USD balance.

If a user wants to pause event generation and conserve credits, the user can pause their strategies. A paused strategy does not generate events. It also does not trade, and does not consume AI credits Paused strategies can be resumed at any time, at the discretion of the user.

Event Frequencies

Events are produced at the following frequencies:

Evaluation Frequency
Events Produced Per Market Per Day
Hourly Credit Usage Per Market

1s

86400

$0.54

5s

17280

$0.108

15s

5760

$0.036

30s

2880

$0.018

1m

1440

$0.009

3m

480

$0.003

5m

288

$0.0018

15m

96

$0.0006

30m

48

$0.0003

1h

24

$0.00015

Event Costs

Model
Cost Per Event

GPT-4o-mini

$0.000125

GPT-4.1

$0.0015

GPT-4.1-mini

$0.00015

GPT-4.1-nano

$0.000075

GPT-5-mini-minimal-reasoning

$0.0002

GPT-5-nano-minimal-reasoning

$0.00005

GPT-5-mini-low-reasoning

$0.0004

GPT-5-nano-low-reasoning

$0.0001

GPT-5-mini-medium-reasoning

$0.0008

GPT-5-nano-medium-reasoning

$0.0002

GPT-5-mini-high-reasoning

$0.002

GPT-5-nano-high-reasoning

$0.0004

Last updated