# Introduction

#### What is Everstrike?

Everstrike is the most popular vibetrading DEX. It enables traders to create, manage and automate trading strategies using [AI prompts](https://en.wikipedia.org/wiki/Prompt_engineering).

Traders can describe their trading strategies to AI in plain English, and AI will interpret and trade the strategies for them, handling everything from order submission to position management.

Everstrike features [257 markets](https://app.testnet.everstrike.io/app/apps), and has support for futures, options and spot trading. It uses a [decentralized custody model](https://references.everstrike.io/technical-architecture) built on top of the Ethereum Virtual Machine, and deployed on the Arbitrum One blockchain, enabling traders to trade while maintaining self-ownership of their assets.

#### What is vibetrading?

Vibetrading is the trading equivalent of [vibecoding](https://en.wikipedia.org/wiki/Vibe_coding). It enables traders to trade using [AI prompts](https://en.wikipedia.org/wiki/Prompt_engineering). Vibetraders submit [AI strategies](https://references.everstrike.io/ai/strategies) instead of orders.&#x20;

Vibetrading is powered by the latest [LLM's](https://en.wikipedia.org/wiki/Large_language_model), such as [GPT 5.2](https://en.wikipedia.org/wiki/GPT-5) and [Claude Opus 4.5](https://en.wikipedia.org/wiki/Claude_\(language_model\)). No coding knowledge is required to start vibetrading.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://references.everstrike.io/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
