> For the complete documentation index, see [llms.txt](https://docs.nftcall.xyz/nftcall-v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftcall.xyz/nftcall-v1/introducing-nftcall-v1.md).

# Introducing NFTCall V1

NFTCall V1 is a physically-settled, peer-to-peer NFT options trading platform that allows NFT holders to earn premiums and sell NFTs at a higher price while allowing NFT investors to buy NFTs with high leverage but with limited losses.

{% hint style="info" %}
Now NFTCall has upgraded to Surge (V2) on Layer-2, which uses a peer-to-pool model and auto market making mechanism. It enables NFT investors to trade NFT options against liquidity pools, speculate or hedge against price fluctuations, while liquidity providers can earn premiums from auto market making.
{% endhint %}

Learn more about NFTCall Surge:

{% content-ref url="/spaces/SUdriulTqYuL7BESCrnt" %}
[NFTCall Surge](https://docs.nftcall.xyz/nftcall-surge/)
{% endcontent-ref %}

### V1 Features

NFTCall V1 creates a derivative market where both NFT holders and investors can benefit from our physically-settled options, peer-to-peer model, flexible options exercise mechanism and cost-effective fee structure.

* **Physical settlement:** NFTCall V1 creates a new NFT trading experience with physically-settled options.
* **Peer-to-peer model:** We use a peer-to-peer model to ensure both NFT holders and investors can benefit from options contracts.
* **Flexible options exercise:** NFTCall V1 combines features of American and European style options. Buyers can exercise the options during the second half of the period before the expiration.
* **No transaction fees:** We do not charge transaction fees when exercising options to ensure that everyone can enjoy NFT options trading.

#### For NFT holders: Earn premiums and sell NFT at a higher price&#x20;

NFT holders deposit their NFTs into the market for call options selling, which means they promise to sell their NFTs at a specified price in the future. And the specified price is usually higher than the current floor price. If the market price rises above the specified price on the expiration date, their NFTs will be sold to the options buyers, otherwise, they can receive passive income from the sold options.

#### For NFT investors: Buy NFTs with high leverage but limited losses

NFT investors can pay a small premium in advance for the call options, which means they lock in a price at which to buy the NFT in the future. If the floor price rises above the specified price on the expiration date, options buyers can take the NFT and sell it on the market for a profit, otherwise they only lose the small premium.


---

# 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.nftcall.xyz/nftcall-v1/introducing-nftcall-v1.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.
