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

# Connect a wallet

> Connect a browser extension or WalletConnect wallet to any hosted Tachyon app.

Hosted Tachyon apps don't require accounts or sign-up, your wallet is your identity. Each product app is a separate URL; connect your wallet on each independently.

<Note>
  Building a custom integration instead of using the hosted apps? Skip to the [SDK quickstart](/quickstart).
</Note>

## Supported wallets

* **Browser extension wallets**, MetaMask, Rabby, and any EIP-1193–compatible extension
* **WalletConnect-compatible wallets**, Rainbow, Trust Wallet, Ledger Live, and any other WalletConnect v2 wallet

## App URLs

| Product          | URL                                                                      |
| ---------------- | ------------------------------------------------------------------------ |
| Bridge           | [tachyon.pe/bridge](https://tachyon.pe/bridge)                           |
| Payroll          | [testnet.app.tachyon.pe/payroll](https://testnet.app.tachyon.pe/payroll) |
| TWAP             | [twap.tachyon.pe](https://twap.tachyon.pe)                               |
| x402 facilitator | [facilitator.tachyon.pe](https://facilitator.tachyon.pe)                 |

## How to connect

<Steps>
  <Step title="Open a Tachyon app">
    Navigate to the URL for the product you want to use. The app loads immediately without requiring a sign-in.
  </Step>

  <Step title="Click Connect Wallet">
    Click the **Connect Wallet** button in the top-right corner.
  </Step>

  <Step title="Select your wallet">
    Pick your wallet from the modal. For mobile wallets, select **WalletConnect** and scan the QR code.
  </Step>

  <Step title="Approve the connection">
    Your wallet will show a connection request. Review the app's domain and approve.
  </Step>

  <Step title="Switch networks if prompted">
    When you select a source chain, the app may ask your wallet to switch networks. Approve to continue.
  </Step>
</Steps>

## Disconnecting

Click your wallet address in the top-right and select **Disconnect**. This affects the current app only.

## Troubleshooting

<AccordionGroup>
  <Accordion title="My wallet isn't showing in the list">
    Make sure your extension is installed and unlocked. Refresh the page. For mobile wallets not listed by name, use **WalletConnect**.
  </Accordion>

  <Accordion title="I'm connected to the wrong network">
    Select the correct source chain inside the app, it will prompt your wallet to switch.
  </Accordion>

  <Accordion title="My transaction was rejected">
    Usually means the wallet prompt was declined or timed out. Re-submit to generate a fresh request. If you see an insufficient-funds error, top up the source asset and the native gas token on that chain.
  </Accordion>

  <Accordion title="The Connect Wallet button isn't responding">
    Disable extensions that intercept Web3 requests (ad blockers, script blockers), refresh, and try again.
  </Accordion>
</AccordionGroup>

<Card title="Or build your own integration" icon="code" href="/quickstart">
  Submit your first intent via the SDK in five minutes.
</Card>
