> ## Documentation Index
> Fetch the complete documentation index at: https://developer.copper.co/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderType

| Value                  | Description                                                                                                                                                                |
| :--------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `sell`                 | An order to sell an asset, where the client is on the delivering side of the trade or settlement                                                                           |
| `buy`                  | An order to acquire an asset, where the client is on the receiving side of the trade or settlement                                                                         |
| `deposit`              | An order to receive funds into the client's account                                                                                                                        |
| `withdraw`             | An order to send funds from the client's account                                                                                                                           |
| `multi-withdraw`       | An order to withdraw assets to multiple addresses                                                                                                                          |
| `wallet-message`       | Messages created via Copper Connect by wallet interactions with DEXs                                                                                                       |
| `retrieved-deposit`    | Order is generated automatically to move the funds that are too small to cover the fee (dust) from the proxy to the main wallet/custody with next sufficient deposit order |
| `earn-reward`          | Order to earn rewards for staking the assets                                                                                                                               |
| `earn-shared-reward`   | Order to earn shared rewards for staking the assets through Partners                                                                                                       |
| `claim-shared-reward`  | Order to claim shared rewards for staking the assets through Partners                                                                                                      |
| `cross-chain-deposit`  | Deposit order from a different chain                                                                                                                                       |
| `cross-chain-withdraw` | Withdraw order between different chains                                                                                                                                    |
