# Blockchain Integration

### 🔧 Account & Wallet Options

**Signup Flow:**

* **Option #1 (Email/Password)**
  * Traditional account created with option to link Algorand and Immutable wallet.
* **Option #2 (Immutable Passport)**
  * IMX wallet is automatically linked.
* Note: Players may add both Algorand and Immutable wallets at any time.

**Wallet Linking:**

* When a TCG player links an Algorand wallet, the system auto-creates a Fracctal Monsters (FM) web profile.
* Users can then log into the FM website by connecting their Pera Wallet.

<figure><img src="https://899272241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlgflfY3peGoL5swSDvpd%2Fuploads%2F83BhuWr4o6BR4G1VjkIf%2Fimage.png?alt=media&#x26;token=86131567-63be-4543-a7b5-17fa67a07525" alt=""><figcaption><p>A QR code is dynamically generated to send user to Pera Wallet</p></figcaption></figure>

### 🎨 NFT Integration

#### 🏰 NFT Forging System

* Cards can be leveled up to 25.
* At level 25, players can spend CORE to forge the card as an NFT.
* Forging resets the card’s level.
* Each additional NFT minted for a card increases the fee globally.
* Forged NFTs have a golden frame and show in both the card view and board view.
* Forged cards appear in the FM site inventory and can be traded on the FM marketplace.\\

<figure><img src="https://899272241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlgflfY3peGoL5swSDvpd%2Fuploads%2FR3VxR6kRTC178VRgCEDH%2Fimage.png?alt=media&#x26;token=fa9ada7e-d488-4b64-ae47-581a569c4ef3" alt=""><figcaption><p>Once a card hits level 25 it can be forged into an NFT</p></figcaption></figure>


---

# 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://fracctal-tcg.gitbook.io/fracctal-tcg/getting-started/blockchain-integration.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.
