# Getting started

**Last Updated: 2022.6.10**

## Basics:

### 1. Install Your Wallet

Oases is deployed on the Ethereum network and you will need a crypto wallet to interact with Oases. Oases currently supports MetaMask and TokenPocket. Note: Assets stored on crypto exchanges can not be used on Oases. Please go to the website of the above wallets to install the wallet.

### 2. Connect Your Wallet

1. Click the "**Wallet**" icon on the right top corner of the Oases website.

<div align="left"><img src="/files/ZU3YeRmdpirekhj3aohB" alt=""></div>

2\. Select the wallet you want to connect to.

![](/files/kcF3TpN4D1IEkXxqIw2S)

3\. Approve the wallet to be connected to Oases. Please check the URL carefully before finishing the approvement.

![](/files/K8gQEpL10WIc4xPIevGN)

### 3. Create Your Profile

Once you have connected your wallet, an Oases account will be automatically generated with a default nickname and a profile picture. You can edit your profile by yourself.

#### **Edit Your Profile**

After connecting your wallet and initializing your account, you can go to the Profile page.Click the **"Edit my profile"** button.

![](/files/aIhAWN7R8UrcSgSWzyuL)

You can edit the following information:

* Profile picture
* Name
* Bio
* Banner


---

# 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://wiki.oases.com/help-center/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.
