> For the complete documentation index, see [llms.txt](https://bitwyre-1.gitbook.io/bitwyre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitwyre-1.gitbook.io/bitwyre/otc-faq-page.md).

# OTC FAQ Page

* **How can i get started with OTC trading?**

Reach out to the Bitwyre team and sign up on <https://otc.bitwyre.com/auth/register> or <https://bitwyre.com/auth/register>

* #### What are the fees for OTC Trading?

Depending on the client and trade size. Clients with previous large trade histories will be given preference fees/lower fees. A larger trade size would also imply a lower fee

* **Is KYC (Know Your Customer) required**

Yes. KYC is required especially for Bitwyre customers.

* **What cryptocurrencies are available?**

Top 100 Coingecko and coinmarketcap.

* #### What is the minimum trade Size?

The minimum trade size is 100k

* Can i cancel or modify an order?

Yes, clients can cancel or modify orders but cancelling and modifying has implications on the fees and also execution window.

* #### How long does an OTC trade take to complete?

Depending on settlement. For fiat to crypto we wait till settlement on our bank account happens, before we send the crypto, a maximum of T+4. For crypto to fiat depends on the banking settlement too, the maximum is T+3. For crypto cyrpto, it’s almost instant.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bitwyre-1.gitbook.io/bitwyre/otc-faq-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
