> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/getting-started.md).

# Getting Started

We've intentionally kept Gigaverse very easy to figure-out and start playing without the need for a guide or instructions. That said, this page breaks down the process step by step and gives you an overview of the largest current game loops.

### Start Playing Now ➜ <https://gigaverse.io/>

### Requirements

* Up to date web browser
* Either 0.005 ETH or $20 or [Noob Pass NFT ](https://opensea.io/item/abstract/0x50a5eb2b3b289d4cfda0e307609b655175a275b1/88) to create an account

{% hint style="danger" %}
DO NOT send ETH directly to Abstract Global Wallet (AGW) from Ethereum (or any evm chain), it will be lost. You need to bridge it via [Relay Bridge](https://relay.link/bridge/abstract?fromChainId=1) OR [Abstract Bridge](https://bridge.abs.xyz/).
{% endhint %}

### Account Setup

* Go to [https://gigaverse.io](https://gigaverse.io/)
* Press Connect and sign up with your email account or any other suitable method
* Select to pay&#x20;
  * Directly (if you already have ETH in Abstract Global Wallet) OR
  * Bridge ETH from any chain using Jumper exchange OR
  * Pay via Credit Card, etc. via STRIPE payment gateway
* Game account will be automatically created and funded for you
* Receive access & a unique username NFT
* Play!

<div data-full-width="true"><figure><img src="/files/qJpqbfOjfNRlfcc3viUM" alt=""><figcaption></figcaption></figure></div>

### Gameplay Loops

Currently, the gameplay consists of the following

* Combat (Roguelite Dungeon game modes)
* Fishing (Progressable Skill with Movement Prediction game mode)
* Pets (Giglings: Hatch/Ride/Cook Fish/Feed Food/Produce Resources)
* Gigling Racing (Race your Giglings at <http://giglingracing.com/>)
* Gigling Breeding (coming soon)
* Conquest Events (Team PvP territory capture mode)
* Alchemy (Craft Potions, gain Alchemy XP)
* Gear (Craft Equipment, gain Workbench XP)
* Trading (Gigamarket)

<figure><img src="/files/lUREGfx6oPslS6pVin8k" alt=""><figcaption></figcaption></figure>

#### Combat

Roguelite dungeons where you defeat enemies, climb floors and collect items. Learn more: [Dungetron Overview](/combat/dungetron-overview.md)

<figure><img src="/files/oMPYJw56JcWhKgBJoya8" alt="" width="563"><figcaption><p>Dungetron 5000</p></figcaption></figure>

#### Fishing

Go fishing to capture fish, sell them for seaweed and upgrade your skills. Learn more: [Fishing](/fishing/fishing-overview.md)

<figure><img src="/files/OCM8pz7mEskQB1KcdGQI" alt="" width="563"><figcaption><p>Fishing</p></figcaption></figure>

#### Crafting

Crafting: Create advanced items in-game to enhance your abilities. Learn more: [Crafting Overview](/crafting-and-stations/crafting-overview.md)

<figure><img src="/files/HlYAtp3upj3VqDCuWwzL" alt="" width="563"><figcaption><p>Crafting </p></figcaption></figure>

#### Conquest

Battle against other factions to capture territory on the map. Learn more: [Conquest](/conquest/conquest-overview.md)

<figure><img src="/files/FxayUT5fj950UqmCupq3" alt="" width="563"><figcaption><p>Conquest</p></figcaption></figure>

#### Pets

Nurture eggs and hatch Giglings, cook fish into food & feed them to produce resources (dung or butterflies). You can also ride them in the gigaverse. Learn more: [Gigaverse Giglings](/nft-collections/gigaverse-giglings.md)

<figure><img src="/files/c6AVMZvn9xH1dwcPdwQ3" alt=""><figcaption><p>Giglings (Pets)</p></figcaption></figure>

#### Trade

Trade: Become a master trader. Buy and sell items directly on our ingame marketplace with ETH directly from your Abstract Global Wallet. Learn more: [Gigamarket](/in-game-trading/gigamarket.md)

<figure><img src="/files/siKaJ8zj3tq69UbfvGcz" alt="" width="563"><figcaption><p>Gigamarket</p></figcaption></figure>

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.gigaverse.io/getting-started.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.
