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

# Connecting Your Wallet

> How to connect your wallet and get started with Zenland.

## Supported Wallets

Zenland supports all popular Web3 wallets. Connect with whatever you're comfortable using:

<CardGroup cols={3}>
  <Card title="MetaMask" icon="wallet">
    The most popular browser wallet
  </Card>

  <Card title="Coinbase Wallet" icon="wallet">
    Easy for Coinbase users
  </Card>

  <Card title="WalletConnect" icon="wallet">
    Connect any mobile wallet
  </Card>
</CardGroup>

***

## Recommended: NYKNYC Wallet

<Card title="NYKNYC — Zero Gas Fees" icon="star">
  The smart wallet built for Zenland
</Card>

**NYKNYC** (Not Your Keys, Not Your... Crypto? 😉) is our recommended wallet powered by **ERC-4337 account abstraction**.

### Why NYKNYC?

<CardGroup cols={2}>
  <Card title="Zero Gas Fees" icon="gas-pump">
    Zenland sponsors all your transactions. Create escrows, resolve disputes — all free.
  </Card>

  <Card title="No ETH Required" icon="coins">
    You don't need to hold ETH for gas. Just have USDC/USDT for your escrow.
  </Card>

  <Card title="Free Agent Actions" icon="gavel">
    Agents pay nothing for registration or dispute resolution.
  </Card>

  <Card title="Smart Account" icon="microchip">
    Modern ERC-4337 technology with enhanced security features.
  </Card>
</CardGroup>

### Getting NYKNYC

<Steps>
  <Step title="Visit Zenland App">
    Go to [zen.land/app](https://zen.land/app)
  </Step>

  <Step title="Click Connect Wallet">
    Select "NYKNYC" from the wallet options
  </Step>

  <Step title="Create Your Wallet">
    Follow the prompts to set up your smart wallet
  </Step>

  <Step title="Fund with Stablecoins">
    Transfer USDC or USDT to your NYKNYC address
  </Step>
</Steps>

***

## Using Other Wallets

If you prefer your existing wallet, that's totally fine! Here's what to know:

### Gas Requirements

With standard wallets, you'll need ETH for gas fees:

| Action        | Estimated Gas Cost |
| ------------- | ------------------ |
| Create Escrow | \~200,000 gas      |
| Release Funds | \~80,000 gas       |
| Open Dispute  | \~60,000 gas       |

<Tip>
  Gas costs vary with network congestion. Check [etherscan.io/gastracker](https://etherscan.io/gastracker) for current prices.
</Tip>

### Connecting Your Wallet

<Steps>
  <Step title="Click Connect">
    Find the "Connect Wallet" button in the Zenland app
  </Step>

  <Step title="Select Your Wallet">
    Choose MetaMask, Coinbase Wallet, or WalletConnect
  </Step>

  <Step title="Approve Connection">
    Confirm the connection in your wallet
  </Step>

  <Step title="Switch Network">
    Make sure you're on Ethereum Mainnet (or Sepolia for testing)
  </Step>
</Steps>

***

## Security Best Practices

<Warning>
  Your wallet is your identity on Zenland. Keep it safe!
</Warning>

<AccordionGroup>
  <Accordion title="Never share your seed phrase" icon="key">
    Your 12/24 word recovery phrase gives full access to your wallet. Never share it with anyone, including "support" staff.
  </Accordion>

  <Accordion title="Verify transaction details" icon="magnifying-glass">
    Always check the contract address and amounts before signing transactions.
  </Accordion>

  <Accordion title="Use a hardware wallet for large amounts" icon="usb">
    For high-value escrows, consider using a Ledger or Trezor for extra security.
  </Accordion>

  <Accordion title="Bookmark the official site" icon="bookmark">
    Always access Zenland from [zen.land](https://zen.land) to avoid phishing sites.
  </Accordion>
</AccordionGroup>
