# Request a Withdrawal via CLI

#### 1. Request your withdrawal via cli.

The withdraw-tokens command is used to initiate a withdraw of "loose" TRB from tellor layer:

```sh
./layerd tx bridge withdraw-tokens [creator] [recipient] [amount] [flags]
```

\[creator]: Your tellor layer account's tellor1 prefix address.

\[recipient]: An ethereum address that you control. (Used to claim the tokens.)

\[amount]: The amount that you want to withdraw in loya (Note: 1 TRB = 1000000loya)

Full example requesting a withdrawal of 23 TRB:

{% code overflow="wrap" %}

```sh
./layerd tx bridge withdraw-tokens tellor1qw46ez58fjmp29f4r0a66278fyrhc4n4px9xyv 0xEcEFCC185418D7266E67C8a6374E580a187C0D1d 23000000loya --from ACCOUNT_NAME --fees 7loya --chain-id tellor-1 # or layertest-5 for testnet TRB
```

{% endcode %}


---

# 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.tellor.io/layer-docs/bridging-trb/request-a-withdrawal-via-cli.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.
