# Blockchain for Beginners

{% tabs %}
{% tab title="ENG" %}

### ✅ 30-Second Summary&#x20;

* **Blockchain**\
  → A shared ledger where multiple computers store the same transaction records together
* **Wallet**\
  → Looks like an app that holds coins, but actually manages the **keys** that let you move your assets
* **Address**\
  → Your wallet’s receiving address\
  → Think of it like a **mailbox address**
* **Transaction**\
  → A recorded action such as sending, swapping, or purchasing
* **Gas Fee (Network Fee)**\
  → A processing fee paid to the network to handle transactions

***

### 1️⃣ What Is a Blockchain?

A blockchain stores transaction records in groups called **blocks**,\
and keeps copies of those records in multiple places at the same time.

Because of this,\
once something is recorded, it’s very difficult to secretly change later.

👉 That’s why you can reliably verify\
**who owns what**.

***

### 2️⃣ The Network Used by EXTOCIUM

#### BNB Smart Chain (BSC, BNB Chain)

EXTOCIUM runs on the **BNB Smart Chain** blockchain network.

* In wallets or apps,\
  it may still be displayed as **BSC**.
* Its former name was **Binance Smart Chain**.

📌 What matters most is this:

> EXTOCIUM follows the **rules of BNB Smart Chain**, regardless of the name.

***

### 3️⃣ Why Do We Need Gas Fees?

On a blockchain, actions like:

* Sending tokens
* Swapping assets
* Buying NFTs

all require the network to process them.

The cost of that processing is called a **gas fee**.\
(Think of it like a delivery or handling fee.)

On **BNB Smart Chain**, gas fees are paid in **BNB**.

***

### 4️⃣ What’s the Difference Between Tokens and NFTs?

#### 🪙 Token

Tokens are **fungible**, like cash.\
One unit is interchangeable with another.

Example:\
1 XTO is the same as any other 1 XTO.

※ The exchange value of XTO (to KRW, USD, etc.) can change,\
just like an exchange rate.

***

#### 🖼️ NFT (Non-Fungible Token)

* Each one is **unique** (like a limited-edition card)
* Has a **unique ID (Token ID)**
* Examples: NFT Heroes, NFT Weapons

That’s why NFTs are used as\
**proof of ownership** — “this one is truly mine.”

***

### 5️⃣ How Are NFTs Created?

1️⃣ A predefined rule set (**smart contract**) already exists\
2️⃣ Someone requests an NFT to be issued\
3️⃣ A unique ID is created\
4️⃣ Ownership of that ID is recorded to a wallet address

All future transfers are also\
permanently recorded on the blockchain.

***

### 6️⃣ Why Use BNB Smart Chain?

Simply put:

* It supports **smart contracts**
* It works well with **Ethereum-style wallets**
* It’s designed for **fast processing and low fees**

👉 It’s not about which chain is “better,”\
but **which rules the game is built on**.

***

### &#x20;7️⃣ The Safest Way to Avoid Fake NFTs

There are many fake tokens and NFTs\
with similar names.

The most reliable method is one thing:\
👉 [**Search for EXTOCIUM NFTs**](https://extociumnft.com/)

On BNB Smart Chain,\
you can verify official addresses and transaction history\
using [**BscScan**](https://bscscan.com/).

***

### 8️⃣ What to Check on BscScan

#### ① Transaction Hash

* A unique ID for each transaction
* Used to check success or failure

#### ② Wallet Address

* Shows which wallet owns which assets

#### ③ Contract Address

* The official source of a token or NFT
* This is where security begins

***

### 9️⃣ How Do the Game Database and Blockchain Work Together?

* **Blockchain**\
  → Records who owns which NFTs
* **Game Database**\
  → Handles fast game processes like\
  combat, progression, and inventory

Because of this, sometimes:

* The blockchain transaction is complete
* But the game screen updates later

👉 This is why it appears in [**Common Wallet Issues**](/extocium-guide/beginners-guide/wallet-connection/common-wallet-issues.md).

***

### ✅ After Reading This Page, You Will:

* Know whether your network is **BNB Smart Chain (BSC)**
* Understand the difference between **tokens and NFTs**
* Be able to check issues directly using **BscScan**
  {% endtab %}

{% tab title="한국어" %}

### ✅ 30초 요약&#x20;

* **블록체인**\
  → 여러 컴퓨터가 **같은 거래 기록을 함께 보관하는 장부**
* **지갑(Wallet)**\
  → 코인을 담는 앱처럼 보이지만, 실제로는 **내 자산을 움직일 수 있는 ‘열쇠’**&#xB97C; 관리하는 도구
* **주소(Address)**\
  → 내 지갑의 **받는 주소** (우편함 주소라고 생각하면 됩니다)
* **트랜잭션(Transaction)**\
  → 보내기, 스왑, 구매 같은 행동이 **기록으로 남은 것**
* **가스비(Network Fee)**\
  → 그 기록을 처리해 달라고 네트워크에 내는 **처리 비용**

***

### 1️⃣ 블록체인이란?

블록체인은\
**거래 기록을 블록이라는 묶음으로 저장하고**,\
그 복사본을 여러 곳에 동시에 보관하는 방식입니다.

그래서 한 번 기록된 내용은\
**나중에 몰래 바꾸기 매우 어렵습니다.**

👉 그래서 “누가 무엇을 소유하고 있는지”를 신뢰할 수 있게 확인할 수 있습니다.

***

### 2️⃣ EXTOCIUM이 사용하는 네트워크

#### BNB Smart Chain (BSC, BNB Chain)

EXTOCIUM은\
**BNB Smart Chain**이라는 블록체인 네트워크를 사용합니다.

* 지갑이나 앱에서는\
  아직도 **BSC**라고 표시되는 경우가 많습니다.
* 예전 이름은 **Binance Smart Chain**이었습니다.

📌 중요한 건 이름보다 이것입니다

> **EXTOCIUM은 BNB Smart Chain 규칙 위에서 돌아갑니다.**

***

### 3️⃣ 가스비는 왜 필요하나요?

블록체인에서\
보내기, 스왑, NFT 구매를 하면 네트워크가 그 일을 처리해야 합니다.

그때 드는 비용이 **가스비**입니다. (택배비 같은 처리비라고 생각하면 쉽습니다.)

BNB Smart Chain에서는 이 가스비를 **BNB**로 지불합니다.

***

### 4️⃣ 토큰과 NFT는 뭐가 다른가요?

#### 🪙 토큰(Token)

토큰은 현금처럼 같은 단위끼리는 서로 바꿔도 차이가 없습니다.\
예: 1 XTO는 어떤 1 XTO든 동일합니다.

※ 다만 ‘환율’처럼, XTO를 다른 돈(예: 원화/달러)으로 바꿀 때의 값은 변할 수 있습니다.

***

#### 🖼️ NFT (Non-Fungible Token)

* **각각이 전부 다름** (예: 한정판 카드)
* 고유한 번호(토큰 ID)를 가짐
* 예: NFT 영웅, NFT 무기

그래서 NFT는\
“진짜 내 것”이라는 **소유권 증명**에 쓰입니다.

***

### 5️⃣ NFT는 어떻게 만들어지나요?&#x20;

1️⃣ 이미 만들어진 규칙(스마트 컨트랙트)이 있고\
2️⃣ 누군가 NFT 발행을 요청하면\
3️⃣ 고유한 번호가 만들어지고\
4️⃣ 그 번호의 주인이 **지갑 주소로 기록**됩니다

그 이후의 거래도\
전부 **기록으로 남습니다.**

***

### 6️⃣ 왜 BNB Smart Chain을 쓰나요?

아주 사실적으로 말하면:

* 스마트 컨트랙트를 사용할 수 있고
* 이더리움 방식의 지갑과 잘 호환되며
* 빠른 처리와 낮은 수수료를 목표로 설계된 네트워크이기 때문입니다

👉 “어느 체인이 더 낫다”의 문제가 아니라\
**우리 게임이 어떤 규칙 위에서 움직이느냐**의 문제입니다.

***

### &#x20;7️⃣ 가짜 NFT를 피하는 가장 확실한 방법

이름만 비슷한\
가짜 토큰, 가짜 NFT는 정말 많습니다.

가장 확실한 확인 방법은 하나입니다.

👉 [**EXTOCIUM NFT 검색**](https://extociumnft.com/)

BNB Smart Chain에서는\
[**BscScan**](https://bscscan.com/)이라는 사이트에서\
공식 주소와 거래 기록을 확인할 수 있습니다.

***

### 8️⃣ BscScan에서 이것만 보면 됩니다

#### ① 트랜잭션 해시

* 거래마다 생기는 **거래 번호**
* 이걸로 성공/실패 여부 확인

#### ② 지갑 주소

* 어떤 지갑이\
  어떤 자산을 가지고 있는지 확인

#### ③ 컨트랙트 주소

* 토큰/NFT의 **공식 출처**
* 이게 안전의 시작입니다

***

### 9️⃣ 게임 DB와 블록체인은 어떻게 같이 움직이나요?

* **블록체인**\
  → 누가 NFT를 소유하는지 기록
* **게임 DB**\
  → 전투, 성장, 인벤토리 같은\
  빠른 게임 처리를 담당

그래서 가끔\
블록체인 거래는 완료됐는데\
게임 화면 반영이 늦을 수 있습니다.

👉 이게 [Common Wallet Issues](/extocium-guide/beginners-guide/wallet-connection/common-wallet-issues.md)에서 나오는 이유입니다.

***

### ✅ 이 페이지를 읽고 나면

* 내가 쓰는 네트워크가 **BNB Smart Chain(BSC)**&#xC778;지 알 수 있습니다
* 토큰과 NFT의 차이를 구분할 수 있습니다
* 문제가 생겼을 때 **BscScan으로 직접 확인**할 수 있습니다
  {% endtab %}

{% tab title="日本語" %}

### ✅ 30秒まとめ

* **ブロックチェーン**\
  → 複数のコンピューターが同じ取引記録を共同で保管する台帳
* **ウォレット（Wallet）**\
  → コインを入れるアプリのように見えますが、\
  　実際は資産を動かすための **「鍵」** を管理する道具
* **アドレス（Address）**\
  → ウォレットの受取用アドレス\
  → **郵便受けの住所**だと考えると分かりやすいです
* **トランザクション（Transaction）**\
  → 送金・スワップ・購入などの行動が記録されたもの
* **ガス代（ネットワーク手数料）**\
  → 取引処理を依頼するためにネットワークへ支払う費用

***

### 1️⃣ ブロックチェーンとは？

ブロックチェーンは、\
取引記録を **ブロック** という単位で保存し、\
そのコピーを複数の場所に同時に保管します。

そのため、一度記録された内容は\
後からこっそり書き換えることが非常に困難です。

👉 だからこそ、\
\&#xNAN;**「誰が何を所有しているか」** を信頼して確認できます。

***

### 2️⃣ EXTOCIUMが使用するネットワーク

#### BNB Smart Chain (BSC, BNB Chain)

EXTOCIUMは\
**BNB Smart Chain** というブロックチェーンネットワークを使用しています。

* ウォレットやアプリでは、\
  今でも **BSC** と表示されることがあります。
* 以前の名称は **Binance Smart Chain** でした。

📌 大切なのは名前ではなく、

> EXTOCIUMが **BNB Smart Chainのルール** 上で動いているという点です。

***

### 3️⃣ なぜガス代が必要なのですか？

ブロックチェーンでは、\
送金・スワップ・NFT購入などを行うと\
ネットワークがその処理を行います。

その処理費用が **ガス代** です。\
（宅配の送料のようなものと考えると分かりやすいです）

**BNB Smart Chain** では、\
ガス代は **BNB** で支払います。

***

### 4️⃣ トークンとNFTの違いは？

#### 🪙 トークン（Token）

トークンは現金のように、\
同じ単位同士であれば区別がありません。

例：\
1 XTO は、どの 1 XTO でも同じ価値です。

※ ただし、XTOを他の通貨（円・ドルなど）に換算したときの\
価格は変動します。

***

#### 🖼️ NFT (Non-Fungible Token)

* すべてが **唯一無二**
* **固有の番号（トークンID）** を持つ
* 例：NFTヒーロー、NFT武器

そのためNFTは、\
\&#xNAN;**「本当に自分のもの」** という所有権の証明に使われます。

***

### 5️⃣ NFTはどうやって作られるの？

1️⃣ すでに決められたルール（スマートコントラクト）があり\
2️⃣ 誰かがNFT発行をリクエストすると\
3️⃣ 固有の番号が作られ\
4️⃣ その番号の所有者がウォレットアドレスとして記録されます

その後の取引もすべて、\
記録として残り続けます。

***

### 6️⃣ なぜBNB Smart Chainを使うの？

正直に言うと：

* **スマートコントラクト** が使える
* **イーサリアム系ウォレット** と高い互換性がある
* **高速処理と低手数料** を目指して設計されている

👉 「どのチェーンが優れているか」ではなく、\
**ゲームがどのルールで動くか**の問題です。

***

### &#x20;7️⃣ 偽NFTを避ける一番確実な方法

名前が似ている\
偽トークン・偽NFTは数多く存在します。

最も確実な確認方法は一つだけです。\
👉 [**EXTOCIUM NFTを検索すること**](https://extociumnft.com/)

BNB Smart Chainでは、\
[**BscScan**](https://bscscan.com/) を使って\
公式アドレスと取引履歴を確認できます。

***

### 8️⃣ BscScanで見るべきポイント

#### ① トランザクションハッシュ

* 各取引に付与される取引番号
* 成功・失敗の確認に使用

#### ② ウォレットアドレス

* どのウォレットが\
  どの資産を持っているか確認

#### ③ コントラクトアドレス

* トークン／NFTの公式な発行元
* ここが安全確認の出発点です

***

### 9️⃣ ゲームDBとブロックチェーンはどう連動する？

* **ブロックチェーン**\
  → NFTの所有者を記録
* **ゲームDB**\
  → 戦闘・成長・インベントリなど\
  　高速なゲーム処理を担当

そのため、\
ブロックチェーン取引は完了していても、\
ゲーム画面への反映が遅れることがあります。

👉 これが [**Common Wallet Issues**](/extocium-guide/beginners-guide/wallet-connection/common-wallet-issues.md) に載っている理由です。

***

### ✅ このページを読めば分かること

* 使用しているネットワークが **BNB Smart Chain（BSC）** か分かる
* **トークンとNFTの違い** を理解できる
* 問題発生時に **BscScanで自分で確認** できるようになります
  {% endtab %}
  {% endtabs %}

<p align="right"><sup><em>※ This guide was written based on the game status as of December 19, 2025,</em></sup> <br><sup><em>and its contents may change with future updates.</em></sup></p>


---

# 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://extocium.gitbook.io/extocium-guide/beginners-guide/wallet-connection/blockchain-for-beginners.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.
