# Features and Algorithms

{% hint style="info" %}
**Good execution is the holy grail of trading.** We're committed to continuously enhance our algorithms, develop new ones, and most importantly deliver a best-in-class crypto trading terminal. Innovation is the core of what we do.
{% endhint %}

## Why trade with Volven?

It's time to trade smarter. Volven's interface and algorithmic trade execution helps you make better decisions, ultimately saving you money in trading costs and maximizing your profit potential.

<div data-full-width="false"><figure><img src="/files/QQThzv4vE4S75lXWFQXk" alt="Trading Terminal for crypto"><figcaption></figcaption></figure></div>

### Algorithms

#### Time-Weighted Average Price (TWAP)

TWAP is typically used for larger orders to minimise the market impact or for traders that want to participate in a specific price range. Volven has re-invented the traditional rule-based TWAP by implementing artificial intelligence. The strategy distributes trades dynamically across a specific time horizon the user sets, aiming to achieve an execution price better than VWAP. The strategy is given the flexibility to seize opportunities by tracking momentum, abnormal changes in trading volume and identifying the most advantageous levels of order execution.

{% content-ref url="/pages/wHoFQyYZBlVXDuQuT8ey" %}
[Time-Weighted Average Price](/strategies/time-weighted-average-price.md)
{% endcontent-ref %}

***

#### TWAP Arbitrage (TARB)

TARB Is an intelligent replacement for the popular grid strategy. Instead of a predefined static level where you trade, this strategy allows you to dynamically monetise on price fluctuation by launching 2 TWAP strategies, BUY and SELL. The 2 TWAP strategies work with each other with a minimum profit margin set by the trader. You can use the parameters we have predefined for you or choose your own.

{% content-ref url="/pages/R1ZzIAnaeJ8Kge8Gxeiy" %}
[TWAP Arbtirage](/strategies/twap-arbtirage.md)
{% endcontent-ref %}

***

#### Slicer

A Slicer is a dynamic AI-based algorithmic crypto strategy and can be described as a short-term TWAP strategy. The strategy will spread the executions of the order up to 15 min from the start.

{% content-ref url="/pages/65eBoCgW2qR5kLrDCfj5" %}
[Slicer](/strategies/slicer.md)
{% endcontent-ref %}

***

#### Cobra

Cobra is a fire-and-forget strategy that opens and exists positions automatically with dynamic take profit and stop loss levels.

{% content-ref url="/pages/OMlY8I5pW0O5sVtie5Jh" %}
[Cobra](/strategies/cobra.md)
{% endcontent-ref %}

***

#### Smart Order

The ”Go-To” strategy for quick and precise execution. Smart Order replaces the traditional limit and market orders. Execute effortlessly by placing your order with dynamic price tracking or traditional limit or market orders. With dynamic price limit, your order will be filled within seconds.

{% content-ref url="/pages/ZWLkmjzrw8Ed1UA3v4Aa" %}
[Smart Order](/strategies/smart-order.md)
{% endcontent-ref %}

***

#### Advanced Limit Order

The ALO is a trading strategy that automatically manages your take profit and stop loss.

{% content-ref url="/pages/qNEeKa1UhF5Z8PYsDIaM" %}
[Advanced Limit Order](/strategies/advanced-limit-order.md)
{% endcontent-ref %}

<br>


---

# 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://docs.volven.io/overview/features-and-algorithms.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.
