> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/nft-marketplace-in-bizverse/get-started-with-nft-marketplace.md).

# Get Started with NFT Marketplace

Users must log in to the system in order to perform transactions on Marketplace, the Bizverse system uses the same account for its entire ecosystem.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOcI9N5MkVNdQ39lBePsW%2Fuploads%2FzwxJIKJbdD9a5DNfOEFl%2FScreen%20Shot%202022-09-20%20at%2017.17.10.png?alt=media&#x26;token=2b2e2abb-8a5b-4438-892c-675ff75f3d00" alt=""><figcaption></figcaption></figure>

### Sign up for an account <a href="#sign-up-for-an-account" id="sign-up-for-an-account"></a>

* Step 1: Visit the [MarketPlace page](https://marketplace.bizverse.world/) and select the Login function&#x20;
* Step 2: Enter the necessary information: Username, Email, Password & Confirm Password&#x20;
* Step 3: Confirm the email&#x20;
* Step 4: Successful account registration, the system returns to the main market page of MarketPlace

### Login <a href="#login" id="login"></a>

#### Sign in with your wallet&#x20;

* Step 1: If you already own a wallet, go to the MarketPlace page and select the Login function&#x20;
* Step 2: Click the Sign in with Wallet button&#x20;
* Step 3: The system connects the user's wallet and confirms the login&#x20;
* Step 4: Confirm login&#x20;
* Step 5: When the account login is successful, the system will return to the main screen of the Marketplace page

#### Sign in with your Bizverse Social account&#x20;

* Step 1: If you already have a Bizverse account, go to the MarketPlace page, select the Login function&#x20;
* Step 2: Enter credentials in the text box: Username & Password&#x20;
* Step 3: Click the Sign In button (allow the browser to save credentials for later use by clicking the Remember my credentials checkbox)&#x20;
* Step 4: The system checks the login information. The login information is correct, the system continues processing&#x20;
* Step 5: Log in to your account successfully, the system returns to the main screen of the Marketplace page

#### Login with social links (Google, Facebook, Twitter, Instagram)&#x20;

Step 1: If you already have a Social account (Google, Facebook, Twitter, Instagram), go to the MarketPlace page and select the Login function&#x20;

Step 2: At the Login screen, choose one of the login options using the Social Link:

* Login by Twitter
* Login by Discord
* Login by Telegram&#x20;

Step 3: Enter the login information of the corresponding selected Social link

Step 4: The system announces successful login and returns to the main screen of MarketPlace


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentations.bizverse.world/nft-marketplace-in-bizverse/get-started-with-nft-marketplace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
