> ## 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.

# OrderStatus

| Value                                     | Description                                                                                                                                                                                                                                      |
| :---------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `new`                                     | Order has been created                                                                                                                                                                                                                           |
| `waiting-funds`                           | Order is waiting for funds to be allocated to wallet to be able to proceed                                                                                                                                                                       |
| `reserving`                               | Required amount of funds is being reserved                                                                                                                                                                                                       |
| `reserved`                                | Required amount of funds has been reserved on the balance                                                                                                                                                                                        |
| `queued`                                  | Order is queued until it can be processed                                                                                                                                                                                                        |
| `validating-funds`                        | Order must have correct funds on the exchange side                                                                                                                                                                                               |
| `working`                                 | Order is being processed                                                                                                                                                                                                                         |
| `waiting-approve`                         | Awaiting Copper's approval                                                                                                                                                                                                                       |
| `co-sign-require`                         | Order needs to be approved by an authorised organisation member                                                                                                                                                                                  |
| `approved`                                | Order has been approved and will be processed shortly                                                                                                                                                                                            |
| `processing`                              | Waiting for the minimum required number of network confirmations from the blockchain                                                                                                                                                             |
| `executed`                                | Order is completed (This is the final, or 'terminal' order status indicating that the order processing has completed.)                                                                                                                           |
| `canceled`                                | Order is canceled (terminal status)                                                                                                                                                                                                              |
| `rejecting`                               | Order is rejected, now waiting for rejection transaction signature                                                                                                                                                                               |
| `rejected`                                | Order is rejected and blockchain transaction is executed (terminal status)                                                                                                                                                                       |
| `declining`                               | Order is declined, now waiting for decline transaction signature                                                                                                                                                                                 |
| `declined`                                | Order is declined and blockchain transaction is executed (terminal status)                                                                                                                                                                       |
| `suspending`                              | Order is suspended, now waiting for suspend transaction signature                                                                                                                                                                                |
| `suspended`                               | Order is suspended and blockchain transaction is executed (terminal status)                                                                                                                                                                      |
| `blocked`                                 | Order is blocked and funds are held due to failed compliance checks (terminal status)                                                                                                                                                            |
| `action-required`                         | Client input is required to continue processing the order                                                                                                                                                                                        |
| `accepting`                               | Order is being accepted, now waiting for accepting transaction signature                                                                                                                                                                         |
| `accepted`                                | Order is accepted and blockchain transaction is executed                                                                                                                                                                                         |
| `require-initializer-approve`             | Awaiting initializer to approve order                                                                                                                                                                                                            |
| `waiting-counterparty-approve`            | Awaiting counterparty to approve order                                                                                                                                                                                                           |
| `require-counterparty-approve`            | Order requires counterparty approval                                                                                                                                                                                                             |
| `ready-for-settlement`                    | The counterparty has accepted the FoP settlement request (requires user action: click the Start settlement button in the UI)                                                                                                                     |
| `settled`                                 | Order has been settled                                                                                                                                                                                                                           |
| `part-signed-tx-added`                    | A partially signed transaction has been added                                                                                                                                                                                                    |
| `full-signed-tx-added`                    | A fully signed transaction has been added                                                                                                                                                                                                        |
| `rejected-part-signed-tx-added`           | After rejected: a rejected partially signed transaction has been added                                                                                                                                                                           |
| `rejected-full-signed-tx-added`           | After rejected: a rejected fully signed transaction has been added                                                                                                                                                                               |
| `accepted-part-signed-tx-added`           | After accepted: an accepted partially signed transaction has been added                                                                                                                                                                          |
| `accepted-full-signed-tx-added`           | After accepted: an accepted fully signed transaction has been added                                                                                                                                                                              |
| `awaiting-settlement`                     | Order is waiting for blockchain settlement (requires user action: click the Start settlement button in the UI)                                                                                                                                   |
| `master-password-required`                | Order requires a master password from the user to proceed. See [https://developer.copper.co/guides/funds-transfers/enter-master-password-order](https://developer.copper.co/guides/funds-transfers/enter-master-password-order)                  |
| `manual-resolving`                        | A rejected or suspended transfer request needs to be reprocessed manually                                                                                                                                                                        |
| `error`                                   | Something went wrong (terminal status)                                                                                                                                                                                                           |
| `pending-atomic-settlement-confirmation`  | Represents the fact that for this particular currency there is enough collateral to satisfy all client gains. A short lived, intermediate state, just after `waiting-counterparty-approve` and before `atomic-settlement-reservation-completed`. |
| `atomic-settlement-reservation-completed` | All the orders for ClearLoop settlement can proceed and funds are reserved                                                                                                                                                                       |
| `require-finalize`                        | Awaiting initializer to request RFQ for token swap                                                                                                                                                                                               |
| `waiting-accept-deposit`                  | Awaiting the corresponding deposit of this order to be accepted                                                                                                                                                                                  |
| `waiting-reject-deposit`                  | Awaiting the corresponding deposit of this order to be rejected                                                                                                                                                                                  |
