# Sell tickets only to your NFT holders | Ticket Fairy Guides

1. [Ticket Fairy](https://www.ticketfairy.com/)
2. [Guides](https://www.ticketfairy.com/guides)
3. Sell tickets only to your NFT holders

Setting up an event

# Sell tickets only to your NFT holders

NFT projects, web3 communities and token-gated clubs run events that only their holders can attend. When you list your collection on the event, a buyer connects a wallet holding one of your NFTs before the tickets open to them. Your door team's scan checks the same wallet again, so a ticket bought with an NFT that has since left the wallet does not get in.

Require ticket buyers to connect a wallet that holds one of your NFTs before they can buy tickets to your event, for every ticket or for one ticket type, and have the door check the NFT again at entry.

For:  Selling event tickets to the holders of an NFT collection

Takes:  6 minutes

- [Open Settings](#step-1)
- [Turn on Require ownership of NFTs to attend](#step-2)
- [Choose the blockchain your NFTs are on](#step-3)
- [Enter each address](#step-4)
- [Save the event settings](#step-5)
- [Check the event page asks for a wallet](#step-6)

## Before you start

- You're an owner or an admin for the event. If you can't see **Settings** in the event menu, ask an owner or an admin to do this part.
- You have the contract address of each Ethereum or Polygon collection whose holders can buy, or the address of each Solana NFT that lets its holder buy.

1. ## Open Settings

   Open your event and select **Settings** in the event menu. **Require ownership of NFTs to attend** is below the event settings and the password card.
         ![Ticket Fairy Event Settings card Require ownership of NFTs to attend, turned on with two Ethereum contract addresses and Save Event Settings below](https://www.ticketfairy.com/embeds/posters/marketing-nft-gating--event-settings.png)    Event, Edit, Settings.
2. ## Turn on Require ownership of NFTs to attend

   Turn on **Require ownership of NFTs to attend**. The card opens the address fields for Ethereum, Polygon and Solana Mainnet.
3. ## Choose the blockchain your NFTs are on

   Choose the field that matches where your collection was minted.

   - **Ethereum**: Takes the contract address of each collection. A buyer holding any NFT from a listed collection can buy.
   - **Polygon**: Takes collection contract addresses in the same way, and can be used together with Ethereum.
   - **Solana Mainnet**: Takes the address of each NFT on its own. A buyer holding any one of the listed NFTs can buy.
   **Note:** Solana Mainnet can't be combined with Ethereum or Polygon. Once one side has an address, the other side's fields stop taking addresses.
4. ## Enter each address

   Enter each address in the field you chose, pressing space or Enter after each one so it becomes a tag.

   **Note:** An Ethereum or Polygon address starts with 0x and has 40 more characters, each a digit or a letter from a to f. A tag shown in red is not in that form, and the save stops on it.
5. ## Save the event settings

   Select **Save Event Settings**. The dashboard confirms with "Successfully updated event settings".

   **Note:** If the card shows "Please check this", an address is not valid for its field. If it shows "At least 1 NFT address is required", the switch is on with no address entered.
6. ## Check the event page asks for a wallet

   Open your event page in a browser where MetaMask or Phantom is installed. In place of the ticket list, the page asks the buyer to connect a wallet, and the tickets appear once a wallet holding one of your NFTs is connected.

   **Note:** A browser with no crypto wallet shows "Crypto-enabled browser required" where the connect button would be. A wallet that holds none of your NFTs is turned away before any ticket is shown.

## Try these steps on your own event

Create a free account, build your event and follow the steps above in your own dashboard. It takes a few minutes and you do not need to book a sales call.

    Your email address    [Create a free account](https://manage.ticketfairy.com/welcome) [Book a demo](https://www.ticketfairy.com/event-ticketing/book-a-demo)

No setup fees. No required monthly ticketing fee. No credit card required.

## Or have it done for you

Fai, the assistant inside your dashboard, can take you to the event's Settings page, and you turn the NFT requirement on there. The command line can set the requirement for the whole event through an event update.

### In your dashboard, with Fai

Open the settings page for \<EVENT NAME\> so I can require NFT ownership to buy tickets

## From your terminal

Install the CLI from [our CLI page](https://www.ticketfairy.com/cli), sign in with `ticketfairy auth login`, and choose the brand you are working on with `ticketfairy brand use <BRAND_ID>`. `ticketfairy brand list` and `ticketfairy event list` show the IDs the other commands use.

Use the same login with the command line that you use in the dashboard, as an owner or an admin for the event. Send the requirement and every address in one update, and list each collection under its own blockchain.

### Requires buyers of any ticket to the event to hold an NFT from one Ethereum collection

ticketfairy event update \<EVENT\_ID\> --body '{"flagNftOwnershipRequired":true,"nftContracts":{"ethereum":\["\<CONTRACT\_ADDRESS\>"\],"polygon":\[\]},"nftLists":{"solana-mainnet":\[\]}}'

## Let Fai do it for you

Fai works inside your Ticket Fairy dashboard. Create your account, open Fai and paste the prompt above.

   [Create a free account](https://manage.ticketfairy.com/welcome) [Book a demo](https://www.ticketfairy.com/event-ticketing/book-a-demo)

No setup fees. No required monthly ticketing fee. No credit card required.

## Require an NFT for one ticket type only

1. ### Open the ticket type

   Open your event, select **Tickets**, then select **Edit** on the ticket type that is for holders only.
2. ### Turn on the NFT requirement for this ticket type

   Turn on **NFT ownership required for this ticket type** in the ticket type's options, then enter each address in **Ethereum**, **Polygon** or **Solana Mainnet**.

   **Note:** This ticket type then takes only its own addresses, in place of any addresses on Settings. The other ticket types keep selling to everyone unless the event itself requires an NFT.
         ![Ticket Fairy ticket type options with NFT ownership required for this ticket type turned on and one Polygon contract address](https://www.ticketfairy.com/embeds/posters/marketing-nft-gating--ticket-type.png)    Event, Tickets, Edit, ticket type options.
3. ### Save the ticket type

   Select **Save**. On your event page, this ticket type shows a button to connect a wallet in place of its buy button.

Fai can take you to the event's Tickets page, and you set the requirement on the ticket type there. The command line sets it through a ticket type update.

### In your dashboard, with Fai

Open the tickets page for \<EVENT NAME\> so I can make \<TICKET TYPE\> available to NFT holders only

### From your terminal

Use an owner or admin login for the event. List the ticket types to find the ID, then send the requirement and the addresses in one update.

#### Find every ticket type and its ID

ticketfairy ticket list \<EVENT\_ID\> --all

#### Requires buyers of one ticket type to hold an NFT from one Polygon collection

ticketfairy ticket update \<EVENT\_ID\> \<TICKET\_ID\> --body '{"flagNftOwnershipRequired":true,"nftContracts":{"ethereum":\[\],"polygon":\["\<CONTRACT\_ADDRESS\>"\]},"nftLists":{"solana-mainnet":\[\]}}'

## Stop requiring an NFT

On **Settings**, turn off **Require ownership of NFTs to attend** and select **Save Event Settings**. For one ticket type, turn off **NFT ownership required for this ticket type** and select **Save**.

**Note:** A ticket type whose own requirement you turn off follows the event again, so it still needs an NFT while the event requires one.

Fai can take you to the Settings page to turn the requirement off. The command line turns off the event's requirement through an event update.

### In your dashboard, with Fai

Open the settings page for \<EVENT NAME\> so I can stop requiring NFT ownership

### From your terminal

Use an owner or admin login for the event.

#### Stops requiring an NFT for the whole event

ticketfairy event update \<EVENT\_ID\> --body '{"flagNftOwnershipRequired":false}'

## Questions you might have

Should I require the NFT for the whole event or for one ticket type?:  Require it on Settings when every ticket is for holders only. Require it on one ticket type when holders get their own tier, such as an early entry or discounted ticket, and everyone else can buy the rest.

What does a buyer need to buy a ticket?:  A browser with MetaMask, for Ethereum and Polygon, or Phantom, for Solana, and a wallet in it that holds one of the NFTs you listed. The buyer connects the wallet on your event page, and the tickets appear once we have found one of your NFTs in it.

What happens at the door if the buyer sold their NFT?:  The scanning app checks again that the wallet the buyer connected when they bought still holds one of your NFTs, and refuses the ticket if it does not. Tell holders to keep the NFT in that wallet until they are in.

Do guest tickets need an NFT?:  No. Guest tickets you send are not bought through the event page, and the scanning app does not check an NFT for them at the door.

Does the checkout on my own website work with an NFT requirement?:  When the whole event requires an NFT, the checkout embedded on your website hands buyers over to your Ticket Fairy event page, where they connect their wallet and buy.

Can I list collections from Ethereum and Solana together?:  No. One requirement takes Ethereum and Polygon collections together, or Solana NFTs on their own. To offer both, use Solana NFTs on one ticket type and Ethereum or Polygon collections on another, each with its own requirement.

## Still have a question?

Book a demo and we will answer it on a call, on your kind of event. Or create your account and see it for yourself.

   [Book a demo](https://www.ticketfairy.com/event-ticketing/book-a-demo) [Create a free account](https://manage.ticketfairy.com/welcome)

No setup fees. No required monthly ticketing fee. No credit card required.

## Related guides

- [More ways to use Ticket Fairy](https://www.ticketfairy.com/event-ticketing/features)
- [Limit who can buy a ticket type](https://www.ticketfairy.com/guides/limit-who-can-buy-tickets)
- [Set up ticket types](https://www.ticketfairy.com/guides/set-up-ticket-types)
- [Make your event invitation-only](https://www.ticketfairy.com/guides/make-an-event-invitation-only)
- [Scan tickets at the door](https://www.ticketfairy.com/guides/scan-tickets-at-the-door)
- [Use Freefund to reduce no-shows at free and RSVP events](https://www.ticketfairy.com/guides/reduce-no-shows-at-free-rsvp-events)
- [Run an A/B test for your event](https://www.ticketfairy.com/guides/run-an-ab-test-for-your-event)
- [Password-protect your event](https://www.ticketfairy.com/guides/password-protect-your-event)
- [Sell tickets by personal invitation](https://www.ticketfairy.com/guides/sell-tickets-by-personal-invitation)
- [Unlock hidden tickets with an access code](https://www.ticketfairy.com/guides/unlock-hidden-tickets-with-an-access-code)
- [Approve orders before buyers receive tickets](https://www.ticketfairy.com/guides/approve-orders-before-buyers-receive-tickets)
- [Schedule when your event goes live](https://www.ticketfairy.com/guides/schedule-when-your-event-goes-live)
- [Postpone or reschedule an event](https://www.ticketfairy.com/guides/postpone-or-reschedule-an-event)
- [Cancel an event](https://www.ticketfairy.com/guides/cancel-an-event)
- [Take pre-registrations before your ticket on-sale](https://www.ticketfairy.com/guides/take-pre-registrations-before-your-on-sale)
- [Create a reusable event template](https://www.ticketfairy.com/guides/create-a-reusable-event-template)
- [Set up ticketing for a multi-day festival](https://www.ticketfairy.com/guides/sell-a-multi-day-festival)
- [Sell parking, camping and merchandise with your tickets](https://www.ticketfairy.com/guides/sell-add-ons-with-your-tickets)
- [Group your tickets into categories](https://www.ticketfairy.com/guides/group-your-tickets-into-categories)
- [Issue reusable event passes to crew and artists](https://www.ticketfairy.com/guides/issue-entry-passes-to-your-crew)
- [Create an event](https://www.ticketfairy.com/guides/create-an-event)
- [Add your flyer and description to your event page](https://www.ticketfairy.com/guides/design-your-event-page)
- [Answer your buyers' questions on the event page](https://www.ticketfairy.com/guides/add-faqs-to-your-event-page)
- [Choose who Ticket Fairy support contacts about your event](https://www.ticketfairy.com/guides/choose-who-ticket-fairy-support-contacts-about-your-event)
- [Sell timed-entry tickets for an attraction, exhibition or food event](https://www.ticketfairy.com/guides/sell-timed-entry-tickets)
- [Duplicate an event](https://www.ticketfairy.com/guides/duplicate-an-event)
- [Run a recurring event series](https://www.ticketfairy.com/guides/run-a-recurring-event-series)
- [Sell VIP tables and bottle service through your promoters](https://www.ticketfairy.com/guides/sell-vip-tables-and-bottle-service)
- [Hold back tickets for later](https://www.ticketfairy.com/guides/hold-back-ticket-stock)
- [Schedule ticket releases](https://www.ticketfairy.com/guides/schedule-ticket-sale-windows-and-release-tiers)
- [Every Ticket Fairy guide](https://www.ticketfairy.com/guides)

## Do this on your own event

Create your account, build your event and follow the steps in your own dashboard. You do not need to book a sales call.

  [Create a free account](https://manage.ticketfairy.com/welcome) [Book a demo](https://www.ticketfairy.com/event-ticketing/book-a-demo)

## Sell tickets with Ticket Fairy

Everything in these guides is in your dashboard from the day you sign up.

- Set up your event in minutes
- Free events are free
- Fai, your co-pilot, is built in

 [Create a free account](https://manage.ticketfairy.com/welcome)

No setup fees. No required monthly ticketing fee. No credit card required.

## See it on a call

Book a demo and we will show you how Ticket Fairy handles your kind of event.

 [Book a demo](https://www.ticketfairy.com/event-ticketing/book-a-demo) [More ways to use Ticket Fairy](https://www.ticketfairy.com/event-ticketing/features)

### Tips for selling more tickets

Practical advice from organisers who sell out, and every new guide as it is published.

We respect your privacy. Unsubscribe anytime.

---

This page is on Ticket Fairy, a ticketing, marketing and operations platform for live events and the venues that host them: festivals, club nights, concerts, conferences and tours, and night clubs, beach clubs and concert venues. It grows revenue with fan rewards that turn an audience into a sales channel, and runs the money side with payments and payouts, Vault business banking, and working capital advanced against ticket sales. [How Ticket Fairy ticketing works](https://www.ticketfairy.com/event-ticketing) · [Ticket Fairy for AI assistants](https://www.ticketfairy.com/llms.txt)
