> For the complete documentation index, see [llms.txt](https://docs.brightmoments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brightmoments.io/cryptocitizens/information-archive/mexico-city/gtmx-sale-brightlist-etherscan-instructions.md).

# GTMX Sale: Brightlist Etherscan Instructions

1. Go to the MarketPlace Mint Pass smart contract [here](https://etherscan.io/address/0x4b93dc21aaf21f69200947e763b2db2c43174109#writeContract)
2. Click "Connect to Web3" to connect your wallet
3. Find write function #2 "MarketplacePurchaseBrightList"; expand the menu
4. Where it says `payableAmount` (ether), manually enter the ETH price: 3
5. Where it says `SaleIndex` (unit256), manually enter the Sale Index #. For GTMX the number is 18.
6. Where it says `Amount` (unit256), manually enter the number 1.&#x20;
7. [Open this spreadsheet](https://docs.google.com/spreadsheets/d/1EzKITfYnJNcHnTHOmV5x1HFaq6613n-VzX00TxWTa5k/edit#gid=0) to find the BrightList merkle Proof
   1. **NOTE:** The proofs required for each pre-sale stage are different and can be found in different tabs. If you wish to purchase in both Full Set and CryptoCitizen pre-sale windows, you will need to find the corresponding proof, even if minting from the same wallet.
   2. Locate your BrightListed wallet address via a Ctrl+F or equivalent. Find the merkle Proof in the adjacent column -- it is a long string of text.
8. Select and Copy the *ENTIRE* merkle Proof in the adjacent column to your wallet address
9. Paste the copied Proof into the "Proof" tab where is says Proof (bytes32\[])
10. Click the "Write" button and confirm the transaction in your wallet


---

# 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.brightmoments.io/cryptocitizens/information-archive/mexico-city/gtmx-sale-brightlist-etherscan-instructions.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.
