# Withdrawal via Kiosk

1. The user selects the option to withdraw **$BNX** via a physical kiosk.
2. The kiosk prompts the user for authentication, which may involve entering credentials or scanning a QR code.
3. Upon successful authentication, the user selects the amount of **$BNX** they wish to withdraw and completes the withdrawal process at the kiosk.


---

# 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://bondx.gitbook.io/bondx/user-flow/withdrawal-via-kiosk.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.
