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

# Withdraw from your fiat balance

export const Available = ({to}) => <>
    <strong>Available to <Tooltip tip="Roles determine what each user can see and do in the merchant dashboard." cta="See role descriptions" href="/merchant-administration/add-a-user#determine-which-role-to-use">roles</Tooltip></strong>:
    {to.map(role => <>{" "}<Badge color="blue">{role}</Badge></>)}
</>;

<Available to={["Owner"]} />

<Steps>
  <Step title="In the Balances tab of your merchant dashboard, select a fiat currency." />

  <Step title="Click Withdrawal." />

  <Step title="Select your bank account and enter the amount you want to withdraw." />

  <Step title="Enter your 2FA code and click Submit." />
</Steps>

<Warning>
  If you have not previously provided a BRL (bank reference letter), it will need to be submitted before your first withdrawal can be processed. Your account manager will reach out with more information.
</Warning>
