# LinkedOutputAssetMismatch (/docs/errors/chain/LinkedOutputAssetMismatch)

The provider recorded a different asset than the linked order spends: sells record TAO for a later buy, buys record alpha on that `(netuid, hotkey)` for a later sell. Check the consumer's `order_type` and `hotkey` against the provider record's `asset`.

Declared by the `LimitOrders` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/limit-orders/src/lib.rs#L454`](/code/pallets/limit-orders/src/lib.rs#L454).

## Remediation [#remediation]

Check the argument values against the operation schema

The same explanation is available in the terminal: `btcli explain LinkedOutputAssetMismatch`.
