# CurrencyWithdrawn

**Purpose**: Emitted whenever currency earned from the sale is withdrawn, either partially or in full, by the sale creator or designated recipients.

**Key Inclusions**:

* `sale_id`: The sale associated with the withdrawal.
* `amount`: How much currency was withdrawn.
* `recipient`: The address that received the withdrawn funds.

**Use Cases**:

* Confirm that payouts to sellers or revenue splits among multiple recipients have occurred.
* Allow financial tracking, ensuring transparent and verifiable fund flows.
* Trigger off-chain accounting or fulfillment actions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.artinals.com/artinals-protocol/events/currencywithdrawn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
