# Overview

{% hint style="danger" %}
When submitting a crypto trade, you need to use a separator between the coin and the trading pair. Available separators are: `/` `-` `_` `&` or `.`
{% endhint %}

### Important

Crypto trade tracking is generally the same as stocks/options, but has more sophisticated additional features to provide better timely trade submissions. Be sure to check out the [Defaults](/submit-crypto-trades-on-discord/defaults.md)section to learn all about these features and how to submit crypto trades most efficiently.&#x20;

{% hint style="info" %}
When your Default Market is set to `crypto`, you will need to use `-S` or `-F` syntaxes attached to the tickers when submitting stocks or forex trades.\
I.e. `BTO AAPL-S @ cmp` or `BTO USDCAD-F @ cmp`\
\
When submitting options trades, the `-S` syntax is **not** required.
{% endhint %}

### Prices

The bot checks against real-time market prices when trades are submitted. To allow for volatility and time it takes to submit, the submitted price can be off by a small threshold based on our price tolerance system. This is to prevent traders manipulating stats and cheating ranks.

This video will guide you through on how to properly use the Discord bot for submitting (stock only) trades. This is an old version 1 video, and a lot has been added & changed since then but is still helpful for covering the basics and seeing it in action. All features and functionalities can be found in the articles below.

#### Newer Quick Demonstration of Tracking/Submitting Stocks & Options Trades

{% embed url="<https://youtu.be/DEysIkX5QQo>" %}
Quick demonstration of submitting or tracking crypto trades
{% endembed %}

Here's a quick demo (no audio) of how tracking or submitting crypto trades work, utilizing Default Market and Default Exchange, specifying different exchanges, averaging up/down, trimming or partially closing, using trade notes, etc. Video recorded October 2024. *(Refer to the* [*stocks/options how to video*](/submit-stocks-options-trades-on-discord/overview.md#stocks-and-options-trade-tracking-submitting-how-to-video) *for a more in-depth explanation with audio, but it doesn't cover crypto and it's an old early Beta v0.2 video which a lot has been added and improved since, but stil covers general basics.)*

Currently only spot trading is available, futures contracts will be added soon.


---

# 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.nvstly.com/submit-crypto-trades-on-discord/overview.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.
