> For the complete documentation index, see [llms.txt](https://help.visages.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.visages.xyz/how-it-works/acquiring-visages-nft.md).

# Acquiring Visages NFT

### Creating an Ethereum Wallet

To acquire NFTs on Visages.xyz, you will need an Ethereum wallet. Ethereum wallets store Ether (ETH), the native cryptocurrency of the Ethereum blockchain, which is used to purchase NFTs on the platform. Visages works with the main reputable Ethereum wallet providers, such as:

* MetaMask (Recommended)
* Coinbase Wallet
* WalletConnect

When selecting a wallet, consider factors such as security, user experience, and compatibility with your devices. Once you have chosen a wallet, follow the provider's instructions to set up your Ethereum wallet.

### Acquiring Ether

After setting up your Ethereum wallet, you will need to acquire Ether to purchase AI art NFTs on Visages.xyz. There are several ways to obtain Ether, including:

* Purchasing from a cryptocurrency exchange: Platforms like Coinbase, Binance, and Kraken allow users to buy Ether using fiat currency or other cryptocurrencies.
* Using a decentralized exchange (DEX): Decentralized exchanges like Uniswap and SushiSwap enable users to swap cryptocurrencies for Ether in a decentralized and trustless manner.

### Purchasing Visages NFTs with your Wallet

When you find an AI art NFT from one of the daily collection drops that you wish to purchase, follow these steps to acquire it using your wallet:

1. To get started, simply click on the "Connect Wallet" button found on the block showcasing the Collection Drop.
2. Review the artwork details, such as the price, edition size, and artist information.
3. Click on "Mint" to initiate the purchase process.
4. Confirm the transaction details, including the Ether amount and gas fees, in your Ethereum wallet.
5. Approve the transaction and wait for it to be processed on the Ethereum blockchain.

Once the transaction is confirmed, the AI art NFT will show up in your Ethereum wallet and be viewable on OpenSea under your account's collection.


---

# 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://help.visages.xyz/how-it-works/acquiring-visages-nft.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.
