> For the complete documentation index, see [llms.txt](https://docs.spellsofgenesis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spellsofgenesis.com/spells-of-genesis/blockchainization/how-does-it-work.md).

# How does it work?

1. Blockchain Wallet: Make sure your Ethereum and/or Counterparty (BTC) blockchain wallet is linked to your SoG account.
2. Click on «Blockchainize»: You can start the blockchainization process by clicking the «Blockchainize» button in Spells of Genesis.
3. First Oasis: A First Oasis address, associated with the wallet linked to your SoG account, will be generated automatically. The blockchainized card will be sent to this address.

Please note: Casa Tookan is not connected to the Klaytn chain, so your card won’t appear directly in the balance menu. To access it, click on the browse menu and open OrbExplorer. Your First Oasis wallet will then appear on this page.

4. Check your inbox for further instructions: You’ll receive an email with comprehensive information and instructions.&#x20;

You can choose to retain the card on First Oasis that will continue to be visible in the game unless you modify the wallet(s) linked to your game account.

If you decide to sell or transfer the card to another wallet, you’ll need to initiate a withdrawal to your Ethereum or Counterparty address first.


---

# 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.spellsofgenesis.com/spells-of-genesis/blockchainization/how-does-it-work.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.
