# Getting Started

**Q: How is Krakatoa different than other marketplaces?**&#x20;

A: Krakatoa is different than other CS:GO marketplaces because it is the first wallet-based marketplace. This means that users directly control their own funds, and never have to store money in a balance system.

Q: What do I need to get started?

A: You will need a Metamask wallet that will help you access the crypto world as well as Krakatoa. We have outlined a thorough guide on how to set up your Metamask in  [setting-up-metamask](https://naming-service.gitbook.io/krakatoa/setting-up-metamask "mention")

Q: Why launch on a Layer 2 like Arbitrum?&#x20;

A: While the Ethereum network is one of the most popular blockchains in the world, it does not have the most efficient fees. This is where blockchains like Arbitrum come into play. Arbitrum bundles transactions and finalizes them on Ethereum for a fraction of the cost.

Q: How much is truly the cost savings?\
A: On Ethereum, a typical transaction would cost about $5 for each item that you purchase. That same transaction on Arbitrum is only 15 cents! As a user, you are able to complete 30x more transactions for the same cost as a single transaction on Ethereum.&#x20;

Q: What cryptocurrencies will I need?&#x20;

A: You will need USDT in order to purchase any item on Arbitrum. You will also need ETH to pay for the gas fees associated with the blockchain. Gas fees will be paid in ETH and cost around 15 - 30 cents per transaction.&#x20;

Q: How do I get my cryptocurrencies onto Arbitrum?

A: We have created a detailed guide in the [bridging-faq](https://naming-service.gitbook.io/krakatoa/bridging-faq "mention") in order to begin buying and selling on Krakatoa.&#x20;


---

# 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://naming-service.gitbook.io/krakatoa/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.
