lemma_move_money_internally
Transfer money instantly between two internal Lemma accounts. Includes stable reference for safe retries and requires explicit user approval before execution.
Instructions
WRITE -- MOVES REAL MONEY: instant, free book transfer between two Lemma accounts owned by this platform's granted entities. Requires explicit user approval before every call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute. Requires prior explicit approval from the human user. | |
| reference | Yes | Stable caller-supplied identifier for THIS action (e.g. an invoice/payout ID). The Idempotency-Key is derived deterministically from it, so retrying with the same reference is safe (Lemma replays instead of re-executing). Use a NEW reference only for a genuinely new action. | |
| description | No | ||
| amount_dollars | Yes | Amount in DOLLARS; converted to cents internally | |
| source_account_id | Yes | Lemma account ID to send from | |
| destination_account_id | Yes | Lemma account ID to send to |