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

# Lender migration and Consignado command contract

> Lender documentation now identifies fixed migration directories and the effective Consignado command set.

<Badge stroke icon="calendar-days" iconType="regular">August 21, 2026</Badge> <Badge stroke icon="file-code" iconType="regular">Documentation correction</Badge> <Badge color="red" size="lg" stroke icon="triangle-exclamation" iconType="regular">Action required</Badge>

## Affects

***

Teams that deploy Lender, run its migrations, or consume its Consignado command stream.

## What changed

***

Lender migration directories are fixed in the service image. `MIGRATIONS_PATH` is retired; apply the documented migration set out of band.

At the time of this update, the Consignado command stream contained `consignado.margin.requested` as its third command. The later [streaming command deprecation](/en/news/2026/august/lender-streaming-command-deprecation) supersedes that contract: only exclusion and redirection remain.

This is a documentation correction of implemented contracts. It does not announce a runtime release.

## Impact

***

**Classification: Action required.** Deployment automation that configures `MIGRATIONS_PATH` or consumers that still depend on the retired margin command can operate against an unsupported contract.

## What you need to do

***

<Steps>
  <Step>Remove `MIGRATIONS_PATH` from Lender deployment templates and runbooks.</Step>
  <Step>Run the documented migration set out of band.</Step>
  <Step>Remove any remaining dependency on `consignado.margin.requested` before the next deployment.</Step>
</Steps>

### Deadline

Complete the review before the next Lender deployment or Consignado integration change.

## Resources

***

* [Lender configuration and deployment](/en/products/lender/configuration-and-deploy)
* [Lender events](/en/products/lender/lender-events)
