> For the complete documentation index, see [llms.txt](https://synergyofserra.gitbook.io/the-compendium-of-serra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synergyofserra.gitbook.io/the-compendium-of-serra/support-1/the-blockchain/more-blockchain.md).

# More blockchain

### What is ERC-1155?

On June 17 2019 ERC-1155 Multi Token Standard became an official Ethereum token standard. Where the maybe more well known ERC-20 and ERC-721 tokens require the deployment of separate contracts per token type, the core concept behind ERC-1155 is that a single smart contract may include any combination of fungible tokens, non-fungible tokens or other configurations.

A good comparison is that of a vending machine: insert a coin and press a button, and there is the potential to receive a variety of different drinks or snacks that it contains. For Synergy of Serra, this means pressing a button to open your crate, and then you have the potential to receive a variety of six cards out of all the different possible cards, all in a single contract.

### How do you treat the NFTs' metadata?

All cards are blockchain assets, meaning their ownership is recorded on the blockchain. However, please keep in mind that the metadata (including art) is not saved on the blockchain.&#x20;

This is because good game design may require balancing changes, so cards are always subject to change. This is especially true in the Alpha Phase, where there will be balance changes more frequently.

### Will the items upon purchase already be ERC1155 tokens, or will they need to be minted afterwards?

All Synergy of Serra Items - crates, cards, keys, etc - are directly minted on the blockchain and belong to their holder alone.

### How do you handle high network fees?

There are no network fees on Serra.

The team specifically built on the Polygon blockchain so that users wouldn't have to negotiate network fees. In fact, users don't even need to know about blockchain at all. Synergy of Serra doesn't require a wallet, plugins, cryptocurrencies, or any blockchain technology knowledge.&#x20;

However, in case you want to learn about this groundbreaking technology, feel free to visit our [Discord](https://discord.gg/e86crNyuyd) community and ask.

### Can I add my own MetaMask or Nano Ledger public key to my SoS account?

Yes, you are able to prove ownership of any public key by signing a message. For this process, you don't have to add the private key itself.

### Is there an equivalent of Etherscan on Polygon?

Yes, go to <https://polygonscan.com/> to explore the Polygon blockchain.

### How can I see Synergy of Serra Items on the blockchain?

Go to <https://polygonscan.com/address/0xCf30AeeBF2ef45FbC27e4761E2B842313dfBf99b/read-contract>

Enter the address of the account you wish to check, for example your Synergy of Serra wallet, into the field "*8. getFungibleAssets →*"

All crates are fungible tokens with the following IDs:

* Base Set Crate: 340282366920938463463374607431768211456
* Transcendent Set Crate: 680564733841876926926749214863536422912

### How can I send Synergy of Serra Items on the blockchain?

Make sure to have some $MATIC currency and be connected to the Matic Mainnet (RPC URL:[ https://rpc-mainnet.matic.network/](< https://rpc-mainnet.matic.network/>))

Go to <https://polygonscan.com/address/0xCf30AeeBF2ef45FbC27e4761E2B842313dfBf99b/write-contract>

Click *Connect to Metamask*

Use the *16. safeTransferFrom →* function and enter:

* Your public key as "*\_from*"
* Public key of receiver as "*\_to*"
* ID of the asset as "*\_id*"
  * All crates are fungible tokens with the following IDs:
    * Base Set Crate: 340282366920938463463374607431768211456
    * Transcendent Set Crate: 680564733841876926926749214863536422912
* The amount you want to transfer as "*\_value*"
  * Crates have 18 Decimals, so you have to add 000000000000000000
* "*0x*" as "*\_data***"**

### Where can I find the Alpha Fame smart contract?

Go to <https://polygonscan.com/address/0x8B6779969e9b5feB6Ad6199041A166741d784e0a/contracts> to see the smart contract.<br>


---

# 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:

```
GET https://synergyofserra.gitbook.io/the-compendium-of-serra/support-1/the-blockchain/more-blockchain.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.
