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

# Try Position

> Test deposits and withdrawals directly in the portal without writing any SDK code.

Test deposits and withdrawals directly in the portal without writing code.

<Steps>
  <Step title="Open Try Position">
    Go to an account type detail page and click **Try Position**. The testing interface opens with your account type's publishable key and Pimlico paymaster pre-configured.
  </Step>

  <Step title="Connect your wallet">
    Click **Connect Wallet**. The portal uses Wagmi for wallet connection and signs you in automatically via SIWE. If the sign-in fails, it retries up to 5 times before showing an error.
  </Step>

  <Step title="Test a deposit">
    Choose a chain from the left panel and a token from the right panel. Enter an amount and click **Quote**. The review screen shows your input amount, output amount, fees, and estimated time.

    Click **Execute** to send the deposit. The portal handles chain switching and transaction signing through your connected wallet.
  </Step>

  <Step title="Check your balance">
    Switch to the **Balance** view after your deposit settles. You'll see your total balance and a per-chain breakdown showing how much is on each chain. The Safe address for this account is displayed at the top.
  </Step>

  <Step title="Test a withdrawal">
    Enter an amount or use the quick buttons (25%, 50%, 75%, 100%). Select a destination chain for receiving the funds. Click **Quote** to preview, then **Execute** to withdraw.

    For multi-chain withdrawals, the portal coordinates transactions across each source chain automatically.
  </Step>
</Steps>

## What you can see

The testing interface has three tabs - Deposit, Positions, and Withdraw - plus always-visible account information.

| Section                               | What it shows                                                                                      |
| ------------------------------------- | -------------------------------------------------------------------------------------------------- |
| **Balance** (always visible)          | Total balance with per-chain breakdown and Safe address                                            |
| **Deposit tab**                       | Chain and token selection, amount input, quote preview, and execution                              |
| **Positions tab**                     | Per-chain position cards with APY, deployment percentage, allocation bar chart, and event timeline |
| **Withdraw tab**                      | Amount input, destination chain selection, quote preview, and execution                            |
| **Account overview** (always visible) | Safe address, account ID, deployed chains, and yield display                                       |

<Tip>
  Run a full deposit and withdrawal cycle in Try Position before starting your SDK integration. This verifies that your allocations, vault configs, and flow plan settings are working as expected.
</Tip>

<CardGroup cols={2}>
  <Card title="Make your first deposit" icon="code" href="/build/first-deposit">
    Move from portal testing to SDK code in under 30 minutes.
  </Card>

  <Card title="Managing products" icon="grid-2" href="/build/portal/managing-products">
    Set up account types, browse the catalog, and track metrics.
  </Card>
</CardGroup>
