> For the complete documentation index, see [llms.txt](https://docs.koinbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinbay.com/services.md).

# Services

- [Trading](https://docs.koinbay.com/services/trading.md): Crypto trading involves buying and selling cryptocurrencies on a platform like KoinBay. Traders aim to buy low and sell high or trade one cryptocurrency for another.
- [Spot Trading](https://docs.koinbay.com/services/trading/spot-trading.md): Real-time trading of cryptocurrencies like Bitcoin and altcoins for immediate delivery. Buy low and sell high.
- [Margin Trading](https://docs.koinbay.com/services/trading/margin-trading.md): Margin trading involves trading crypto with funds borrowed from a broker or exchange. It allows traders to operate with more capital than they have in their account.
- [Futures Trading](https://docs.koinbay.com/services/trading/futures-trading.md): Futures are a contract between two parties speculating on the future price of a cryptocurrency.  Derivatives of an underlying asset with specific requirements like units, pricing, and settlement.
- [Leveraged Tokens Trading](https://docs.koinbay.com/services/trading/leveraged-tokens-trading.md): A leveraged token tracks a market or a group of markets. It allows to buy shares representing a portfolio of different companies.
- [Staking Pools](https://docs.koinbay.com/services/staking-pools.md): Staking is holding cryptocurrency in a wallet for a period of time to support blockchain operations.
- [Buy & Sell with Card](https://docs.koinbay.com/services/buy-and-sell-with-card.md)
- [Guardarian](https://docs.koinbay.com/services/buy-and-sell-with-card/guardarian.md)
- [Alchemy Pay](https://docs.koinbay.com/services/buy-and-sell-with-card/alchemy-pay.md)
- [Deposit and Withdraw Crypto](https://docs.koinbay.com/services/deposit-and-withdraw-crypto.md)
- [How to Withdraw Crypto from Koinbay](https://docs.koinbay.com/services/deposit-and-withdraw-crypto/how-to-withdraw-crypto-from-koinbay.md): Step-by-step crypto withdrawal guide
- [Virtual Card Integration for Crypto Withdrawals](https://docs.koinbay.com/services/deposit-and-withdraw-crypto/virtual-card-integration-for-crypto-withdrawals.md)
- [FAQs](https://docs.koinbay.com/services/deposit-and-withdraw-crypto/faqs.md)
- [Rewards Hub](https://docs.koinbay.com/services/rewards-hub.md): The Rewards Hub on KoinBay rewards users for completing certain tasks or challenges.
- [Copy Trading - Coming Soon](https://docs.koinbay.com/services/copy-trading-coming-soon.md): Users sync a portion of their crypto assets with the trading activities of experienced traders, mirroring their trading moves.
- [Fees](https://docs.koinbay.com/services/fees.md)


---

# 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://docs.koinbay.com/services.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.
