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

# Use Without Code

> Receive payments, send funds, and monitor transactions from the dashboard, no code required.

<img src="https://mintcdn.com/blockradar/64A03IYihpNQBVVT/images/wallets-home.png?fit=max&auto=format&n=64A03IYihpNQBVVT&q=85&s=edaa1f6d27007d1296d0468d505e89bb" alt="Blockradar Dashboard" width="3452" height="1910" data-path="images/wallets-home.png" />

You don't need to write a single line of code to start using Blockradar. The dashboard gives you full access to wallets, payments, and transaction monitoring through a visual interface. This guide is for operators, finance teams, and anyone who wants to use Blockradar without a technical integration.

## What you can do without code

* Create and manage master wallets
* Generate payment links and share them with customers
* Send manual withdrawals to any address
* Monitor all inbound and outbound transactions
* View and replay webhook delivery logs
* Screen addresses with AML before sending
* Export transaction history

## Create a payment link

Payment links let you accept stablecoin payments without any integration. You share a link, your customer pays, and you see the funds arrive in your dashboard.

<Steps>
  <Step title="Go to Payment Links">
    In the left sidebar, click **My Wallets → Payment Links**.
  </Step>

  <Step title="Create a link">
    Click **Create Link**. Set the amount, token, and expiry date. Leave the amount blank to let the payer enter any amount.
  </Step>

  <Step title="Share the link">
    Copy the generated URL and share it with your customer via email, WhatsApp, or any other channel.
  </Step>

  <Step title="Confirm receipt">
    When payment is received, you'll see it in the **Transactions** tab of the payment link. You'll also receive a dashboard notification.
  </Step>
</Steps>

## Send a manual withdrawal

<Steps>
  <Step title="Open your master wallet">
    Go to **Wallets** and select the wallet you want to send from.
  </Step>

  <Step title="Click Withdraw">
    Click the **Withdraw** button on the wallet overview page.
  </Step>

  <Step title="Enter recipient details">
    Paste the destination address, select the asset and amount, then confirm.
  </Step>

  <Step title="Approve with 2FA">
    Enter your 2FA code to authorize the transaction.
  </Step>
</Steps>

<Warning>
  Withdrawals are irreversible once broadcast to the blockchain. Double-check the destination address before confirming.
</Warning>

## Monitor transactions

The **Transactions** tab on any wallet shows every deposit and withdrawal in real time. You can:

* Filter by status, asset, date range, or address
* Click any transaction to see the full on-chain details
* Export to CSV for accounting or reconciliation
* Replay a webhook if your backend missed a notification

## Screen an address before sending

Before sending funds to a new counterparty, you can run an AML check directly from the dashboard:

<Steps>
  <Step title="Go to AML Screening">
    In the sidebar, click **My Wallets → AML Lookup**.
  </Step>

  <Step title="Enter the address">
    Paste the wallet address you want to screen.
  </Step>

  <Step title="Review the result">
    Blockradar checks against OFAC, FBI, Tether, and Circle blocklists and returns a risk assessment instantly.
  </Step>
</Steps>

<Warning>
  This feature is only available in Live Mode (mainnet).
</Warning>

## Next steps

When you're ready to automate and scale, move to the API:

<CardGroup cols={2}>
  <Card title="From 0 to integration" icon="bolt" href="/en/guides/getting-started">
    Build a full stablecoin payment flow with the API.
  </Card>

  <Card title="API Overview" icon="code" href="/en/introduction/api-tour">
    Explore all available endpoints.
  </Card>
</CardGroup>
