Documentation Index
Fetch the complete documentation index at: https://cowswap-mintlify-docs-quality-audit-1774257282.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Intent
A user’s desire to swapsellAmount of sellToken for buyAmount of buyToken. This is non-prescriptive, and allows for the execution path to be determined by the CoW Protocol. Also known as a discrete order.
Order
An intent to swapsellAmount of sellToken for buyAmount of buyToken. May be used interchangeably with intent.
Discrete Order
A single order submitted to the CoW Protocol API (i.e.GPv2Order.Data)
Programmatic Order
An intent by a smart contract to place0..n discrete orders under some programmatic logic, implemented via the ComposableCoW contract. For example, a programmatic order may only be valid if the price of an asset reaches a certain level. (Also referred to as a “conditional order” in some contexts.)