# Document of Niftyconnect Protocol

This repository contains contracts which implements niftyconnect protocol. This protocol is a decentralized asset exchange protocol for [ERC721](https://eips.ethereum.org/EIPS/eip-721) and [ERC1155](https://eips.ethereum.org/EIPS/eip-1155) running on EVM. Through this protocol, users can buy and sell `ERC721` or `ERC1155` assets without counterparty risk and lower exchange fee. All the market order are on the chain which facilitates users to achieve the best market liquidity. And more market parties will benefit from this protocol including order maker relayers and order taker relayers. Besides, this protocol natively support collection based order and trait based order.

## Content

* [Exchange Fee Distribution](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/exchange-fee-distribution)
* [Royalty Fee](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/royalty-fee)
* [Decentralized Order](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/decentralized-order)
* [Fix Price List Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/fix-price-list-guide)
* [Dutch Auction Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/dutch-acution-guide)
* [Make Offer Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/make-offer-guide)
  * [Normal Offer Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/normal-offer-guide)
  * [Collection Based Offer Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/collection-based-offer-guide)
  * [Trait Based Offer Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/trait-based-offer-guide)
* [Cancel Order Guide](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/cancel-order)
* [Contract Addresses](https://docs.niftyconnect.org/niftyconnect-protocol-document/docs/contract-addresses)

## Audit Report

Please refer to [PeckShield-Audit-Report-NiftyConnect](https://github.com/NiftyConnect/document/blob/main/audit/PeckShield-Audit-Report-NiftyConnect-v1.0.pdf)


---

# Agent Instructions: 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:

```
GET https://docs.niftyconnect.org/niftyconnect-protocol-document/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
