# Sell tickets only to your NFT holders | Guías de Ticket Fairy

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

Montar un evento

# 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.

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

Dura:  6 minutos

- [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)

## Antes de empezar

- 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.
   **Nota:** 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.

   **Nota:** 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".

   **Nota:** 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.

   **Nota:** 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.

## Prueba estos pasos en tu propio evento

Crea una cuenta gratis, monta tu evento y sigue los pasos de arriba en tu propio panel. Tarda unos minutos y no necesitas reservar una llamada comercial.

    Tu dirección de correo electrónico    [Crear una cuenta gratis](https://manage.ticketfairy.com/welcome) [Reserva una demo](https://www.ticketfairy.com/es/event-ticketing/book-a-demo)

Sin cuotas de alta. Sin cuota mensual obligatoria. Sin tarjeta de crédito.

## O deja que lo hagan por ti

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.

### En tu panel, con Fai

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

## Desde tu terminal

Instala la CLI desde [nuestra página de la CLI](https://www.ticketfairy.com/cli), inicia sesión con `ticketfairy auth login` y elige la marca con la que trabajas usando `ticketfairy brand use <BRAND_ID>`. `ticketfairy brand list` y `ticketfairy event list` muestran los ID que usan los demás comandos.

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":\[\]}}'

## Deja que Fai lo haga por ti

Fai trabaja dentro de tu panel de Ticket Fairy. Crea tu cuenta, abre Fai y pega la instrucción de arriba.

   [Crear una cuenta gratis](https://manage.ticketfairy.com/welcome) [Reserva una demo](https://www.ticketfairy.com/es/event-ticketing/book-a-demo)

Sin cuotas de alta. Sin cuota mensual obligatoria. Sin tarjeta de crédito.

## 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**.

   **Nota:** 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.

### En tu panel, con Fai

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

### Desde tu 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**.

**Nota:** 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.

### En tu panel, con Fai

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

### Desde tu 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}'

## Preguntas que puedes tener

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.

## ¿Todavía tienes una pregunta?

Reserva una demo y te la respondemos en una llamada, sobre tu tipo de evento. O crea tu cuenta y compruébalo por ti mismo.

   [Reserva una demo](https://www.ticketfairy.com/es/event-ticketing/book-a-demo) [Crear una cuenta gratis](https://manage.ticketfairy.com/welcome)

Sin cuotas de alta. Sin cuota mensual obligatoria. Sin tarjeta de crédito.

## Guías relacionadas

- [Más formas de usar Ticket Fairy](https://www.ticketfairy.com/es/event-ticketing/features)
- [Limit who can buy a ticket type](https://www.ticketfairy.com/es/guides/limit-who-can-buy-tickets)
- [Set up ticket types](https://www.ticketfairy.com/es/guides/set-up-ticket-types)
- [Haz que tu evento requiera invitación](https://www.ticketfairy.com/es/guides/make-an-event-invitation-only)
- [Escanea los boletos en la entrada](https://www.ticketfairy.com/es/guides/scan-tickets-at-the-door)
- [Usa Freefund para reducir las ausencias en eventos gratuitos y con confirmación](https://www.ticketfairy.com/es/guides/reduce-no-shows-at-free-rsvp-events)
- [Ejecuta una prueba A/B para tu evento](https://www.ticketfairy.com/es/guides/run-an-ab-test-for-your-event)
- [Protege tu evento con contraseña](https://www.ticketfairy.com/es/guides/password-protect-your-event)
- [Vende boletos mediante invitación personal](https://www.ticketfairy.com/es/guides/sell-tickets-by-personal-invitation)
- [Desbloquear boletos ocultos con un código de acceso](https://www.ticketfairy.com/es/guides/unlock-hidden-tickets-with-an-access-code)
- [Aprobar pedidos antes de que los compradores reciban los boletos](https://www.ticketfairy.com/es/guides/approve-orders-before-buyers-receive-tickets)
- [Programa cuándo se publica tu evento](https://www.ticketfairy.com/es/guides/schedule-when-your-event-goes-live)
- [Posponer o reprogramar un evento](https://www.ticketfairy.com/es/guides/postpone-or-reschedule-an-event)
- [Cancelar un evento](https://www.ticketfairy.com/es/guides/cancel-an-event)
- [Recibe prerregistros antes de poner tus entradas a la venta](https://www.ticketfairy.com/es/guides/take-pre-registrations-before-your-on-sale)
- [Crea una plantilla de evento reutilizable](https://www.ticketfairy.com/es/guides/create-a-reusable-event-template)
- [Set up ticketing for a multi-day festival](https://www.ticketfairy.com/es/guides/sell-a-multi-day-festival)
- [Sell parking, camping and merchandise with your tickets](https://www.ticketfairy.com/es/guides/sell-add-ons-with-your-tickets)
- [Agrupa tus boletos en categorías](https://www.ticketfairy.com/es/guides/group-your-tickets-into-categories)
- [Emite pases reutilizables para eventos para el equipo y los artistas](https://www.ticketfairy.com/es/guides/issue-entry-passes-to-your-crew)
- [Create an event](https://www.ticketfairy.com/es/guides/create-an-event)
- [Agrega tu flyer y descripción a la página de tu evento](https://www.ticketfairy.com/es/guides/design-your-event-page)
- [Responde las preguntas de tus compradores en la página del evento](https://www.ticketfairy.com/es/guides/add-faqs-to-your-event-page)
- [Choose who Ticket Fairy support contacts about your event](https://www.ticketfairy.com/es/guides/choose-who-ticket-fairy-support-contacts-about-your-event)
- [Vende boletos con entrada por horario para una atracción, exposición o evento gastronómico](https://www.ticketfairy.com/es/guides/sell-timed-entry-tickets)
- [Duplicar un evento](https://www.ticketfairy.com/es/guides/duplicate-an-event)
- [Ejecutar una serie de eventos recurrentes](https://www.ticketfairy.com/es/guides/run-a-recurring-event-series)
- [Sell VIP tables and bottle service through your promoters](https://www.ticketfairy.com/es/guides/sell-vip-tables-and-bottle-service)
- [Reservar boletos para más tarde](https://www.ticketfairy.com/es/guides/hold-back-ticket-stock)
- [Schedule ticket releases](https://www.ticketfairy.com/es/guides/schedule-ticket-sale-windows-and-release-tiers)
- [Todas las guías de Ticket Fairy](https://www.ticketfairy.com/es/guides)

## Hazlo en tu propio evento

Crea tu cuenta, monta tu evento y sigue los pasos en tu propio panel. No necesitas reservar una llamada comercial.

  [Crear una cuenta gratis](https://manage.ticketfairy.com/welcome) [Reserva una demo](https://www.ticketfairy.com/es/event-ticketing/book-a-demo)

## Vende entradas con Ticket Fairy

Todo lo que ves en estas guías está en tu panel desde el día en que te registras.

- Monta tu evento en minutos
- Los eventos gratuitos son gratis
- Fai, tu copiloto, viene incluida

 [Crear una cuenta gratis](https://manage.ticketfairy.com/welcome)

Sin cuotas de alta. Sin cuota mensual obligatoria. Sin tarjeta de crédito.

## Míralo en una llamada

Reserva una demo y te mostramos cómo Ticket Fairy gestiona tu tipo de evento.

 [Reserva una demo](https://www.ticketfairy.com/es/event-ticketing/book-a-demo) [Más formas de usar Ticket Fairy](https://www.ticketfairy.com/es/event-ticketing/features)

### Consejos para vender más entradas

Consejos prácticos de organizadores que agotan entradas, y cada guía nueva en cuanto se publica.

Respetamos tu privacidad. Cancela cuando quieras.
