# Getting started

- [Steps to set up a compatible crypto wallet](https://docs.wealthofwisdom.io/getting-started/steps-to-set-up-a-compatible-crypto-wallet.md)
- [Switching to Arbitrum](https://docs.wealthofwisdom.io/getting-started/switching-to-arbitrum.md): WOW operates on the Arbitrum One network. You will need a compatible Web3 wallet to manage your WOW and other crypto assets.
- [Transferring ETH and USDC to Arbitrum](https://docs.wealthofwisdom.io/getting-started/transferring-eth-and-usdc-to-arbitrum.md): To use the Arbitrum network, you need to bridge your ETH. This moves your ETH from the Ethereum mainnet to the Arbitrum Layer 2 network.
- [Connecting your wallet](https://docs.wealthofwisdom.io/getting-started/connecting-your-wallet.md)
- [Adding WOW Contract Address to your Wallet](https://docs.wealthofwisdom.io/getting-started/adding-wow-contract-address-to-your-wallet.md): Follow your wallet's instructions for adding assets manually.
- [Before you stake](https://docs.wealthofwisdom.io/getting-started/before-you-stake.md): Locked / Unvested WOW tokens will vest to holders according to various schedules, and become claimable to holders at predetermined times.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wealthofwisdom.io/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
