You have a credential. This page walks you through using it to mint your Ghost Root terminal NFT, step by step. no technical knowledge required.
Step 1
Split Your Credential
Your credential looks like this: ghost_xxx_0000||0xabc123... The part before || is your rawCode. The part after is your signature. Paste it below and we'll split it for you.
Your Full Credential
Paste the full credential you received. It contains two parts joined by || and this tool splits them for you automatically.
Step 2 · Easiest Method
Mint via Etherscan
No code needed. Works in any browser. Takes about 2 minutes.
Click Connect to Web3 at the top of the Write Contract page. Approve the connection in your wallet (MetaMask, Coinbase Wallet, etc.).
3
Find the mint function
Scroll down until you see the mint function. It has two input fields: rawCode and signature.
4
Set the ETH amount
In the value field at the top, enter 0.0026 and set the dropdown to Ether. This is the mint price. The exact amount is required. Too much or too little will fail. Your code is not consumed if it reverts.
5
Paste rawCode and signature
Use the splitter above to get your two parts. Paste rawCode into the first field and signature into the second. Do not add spaces, quotes, or modify the text in any way.
6
Click Write and confirm
Hit Write. Your wallet will pop up asking you to confirm. Approve it. Once the transaction goes through, the terminal NFT is yours. The code is permanently burned. Nobody else can use it.
Your credential was modified. Make sure you copy the entire string, including everything after ||. Even one wrong character will cause this. Use the splitter above to avoid mistakes.
Transaction failed: 'Code already used'
Someone else minted with that code before you. Codes are first-come, first-served. Look for the next one in the signal drop.
Transaction failed: 'Wrong ETH amount'
The mint price is exactly 0.0026 ETH. Not more, not less. Double-check the value field and the unit (Ether, not Wei or Gwei).
Transaction failed: 'Wallet limit reached'
Your wallet address has already reached the maximum number of mints allowed per wallet.
I don't see a Write Contract tab on Etherscan
The contract needs to be verified on Etherscan first. If you only see bytecode, check that you're on the correct network (Mainnet vs Sepolia).
What is rawCode and what is signature?
Your credential has two parts separated by ||. Everything before || is the rawCode. It identifies your specific key. Everything after || is the cryptographic signature that proves it is valid. Both are required to mint.