# Blockchain & Contract Information

When finalizing event/membership settings, you will select the blockchain and contract type for tickets and memberships associated with your event or program. If you are unsure about these contract settings, we recommended using the default values (Polygon blockchain and ERC721 contract type.)

### [​](https://docs.moongate.id/tech-info/blockchain-contract-info#blockchain-options)Blockchain Options: <a href="#blockchain-options" id="blockchain-options"></a>

* Moongate allows merchants to mint their event tickets & membership programs on the  **Base(default)**, **BNB Chain**, **Polygon**, **Avalanche** or **Arbitrum** blockchains.

### [​](https://docs.moongate.id/tech-info/blockchain-contract-info#contract-options)Contract Options: <a href="#contract-options" id="contract-options"></a>

* **ERC721**: users will be able to transfer the ticket/membership to another user.
* **ERC721 Soulbound**: users will be unable to transfer the ticket/membership to another user.


---

# 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://docs.moongate.id/merchant-guide/technical-information/blockchain-and-contract-information.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.
