> 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/london/golden-token-london-etherscan-instructions.md).

# Golden Token London Etherscan Instructions

CryptoLondoners (CLN) are the 5th city in the CryptoCitizen roadmap. CLN will be minted Summer 2022.

**This page will walk through the technical manual Etherscan instructions for purchasing a Golden Token London**

**Bright Moments Marketplace Contract Link**

<https://etherscan.io/address/0x4b93dc21aaf21f69200947e763b2db2c43174109#writeContract>

## (1) BrightList Etherscan Instructions <a href="#brightlistetherscan" id="brightlistetherscan"></a>

The Golden Token London BrightList snapshot was taken May 23 2022 and registers wallets that were holding minted CryptoCitizens (CryptoVenetians, CryptoNewYorkers, CryptoGalacticans, and CryptoBerliners).

### BrightList Instructions to Purchase a Golden Token London (1.5 ETH per mint)

1. Go to the MarketPlace Mint Pass smart contract [here](https://etherscan.io/address/0x4b93dc21aaf21f69200947e763b2db2c43174109)
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 (1.5) for the Golden Token London.
5. Where is says SaleIndex (unit256), manually enter **11**.&#x20;
6. Where it says Amount (unit256), manually enter the number of Golden Token London you want to purchase. BrightList limit is a maximum of 1 Golden Token London. Before proceeding, make sure payableAmount in Part 4 equals THE PRODUCT OF (i) THE NUMBER OF GOLDEN TOKENS, AND (ii) THE PRICE OF THE GOLDEN TOKEN.
7. Open this [spreadsheet ](https://docs.google.com/spreadsheets/d/1Z9KZJdI2mc4BUb9SscMEf-bL_9ZAaWTsHQjWMkiZwAs/edit?usp=sharing)to find the BrightList merkle Proof. 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. (Wallet addresses on the spreadsheet were holding a CryptoCitizen when the BrightList snapshot was taken May 23 2022).
8. Select and Copy the ENTIRE merket Proof in the adjacent column to your wallet address&#x20;
9. Paste the copied Proof into the "PurchaseMintPackBrightList" tab where is says Proof (bytes32\[])
10. Click the "Write" button and confirm the transaction in your wallet

## (2) Public Sale Etherscan Instructions <a href="#publicetherscan" id="publicetherscan"></a>

### Mint Pass Instructions to Purchase an Individual Berlin Collection Mint Pass (1.5 ETH per mint)

1. Go to the MarketPlace Mint Pass smart contract [here](https://etherscan.io/address/0x4b93dc21aaf21f69200947e763b2db2c43174109)
2. Click "Connect to Web3" to connect your wallet
3. Find write function #1 "MarketplacePurchase", expand the menu
4. Where it says payableAmount (ether), manually enter the ETH price (1.5) for the Golden Token London x the number of Golden Tokens you want to purchase.
5. Where is says SaleIndex (unit256), manually enter **11** for the Golden Token London.
6. Where it says Amount (unit256), manually enter the number of Golden Token Londons you want to purchase. Before proceeding, make sure payableAmount in Part 4 equals THE PRODUCT OF (i) THE NUMBER OF GOLDEN TOKEN LONDONS, AND (ii) THE PRICE OF THE GOLDEN TOKEN LONDON.
   * FOR EXAMPLE: TO BUY 2 GOLDEN TOKEN LONODNS IN ONE TRANSACTION, YOU ENTER 3.0 IN “payableAmount (ether)” = 1.5x2, and you enter 2 in “Amount (unit256)”
7. 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/london/golden-token-london-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.
