# LYNC

## LYNC

- [Introducing LYNC](https://lync.gitbook.io/lync/introduction/introducing-lync.md): Build and launch your Web3 game in minutes with LYNC SDK
- [Pre-Requisites](https://lync.gitbook.io/lync/introduction/pre-requisites.md)
- [LYNC Account Abstraction SDK](https://lync.gitbook.io/lync/products/lync-account-abstraction-sdk.md): LYNC AA SDK is a no-code Unity SDK supporting PC (MacOS and Windows) and Mobile (Android and iOS)
- [Metamask Wallet](https://lync.gitbook.io/lync/products/metamask-wallet.md): Integrate Metamask Wallet into game engine
- [OKX Wallet](https://lync.gitbook.io/lync/products/okx-wallet.md): Integrate OKX wallet into game engine
- [LYNC In-Game Marketplace SDK](https://lync.gitbook.io/lync/products/lync-in-game-marketplace-sdk.md): Integrate in-game Marketplace into game engine
- [NFT Fetcher](https://lync.gitbook.io/lync/products/nft-fetcher.md): Fetch NFTs directly from wallet.
- [LYNC Portal: Game Launcher](https://lync.gitbook.io/lync/products/lync-portal-game-launcher.md): Launch your game in a decentralised environment in a few clicks
- [LYNC NFT Deployer](https://lync.gitbook.io/lync/products/lync-nft-deployer.md): Launch, manage, and deploy smart contracts with ease - no blockchain knowledge required!
- [FEVM Support](https://lync.gitbook.io/lync/fevm-support.md): LYNC supports FEVM to allow anyone to remove blockchain complexities and build with an ease.
- [LYNC Wallet SDK supporting FEVM](https://lync.gitbook.io/lync/fevm-support/lync-wallet-sdk-supporting-fevm.md): Integrate FEVM Network in any game in less than 30 seconds.
- [NFT Deployer -> FEVM](https://lync.gitbook.io/lync/fevm-support/nft-deployer-greater-than-fevm.md): Launch NFT Collection on FEVM Network in 4 clicks.
- [Marketplace](https://lync.gitbook.io/lync/npm-packages/marketplace.md): LYNC Marketplace NPM SDK allows anyone to create their own decentralized marketplace, including Buy/Sell and Rent/Lend for ERC-721 and ERC-1155 contracts in a few lines of code.
- [Hook: useAllCollectionNFT](https://lync.gitbook.io/lync/npm-packages/marketplace/hook-useallcollectionnft.md): Fetch an entire NFT Collection with its metadata and all NFT's metadata in that collection.
- [Hook: useAllBuyNFT](https://lync.gitbook.io/lync/npm-packages/marketplace/hook-useallbuynft.md): Fetch all NFT of Collection which are available for Buying with metadata.
- [Hook: useAllOwnerNFT](https://lync.gitbook.io/lync/npm-packages/marketplace/hook-useallownernft.md): Fetch all NFT of a particular wallet address
- [Hook: useNFTDetails](https://lync.gitbook.io/lync/npm-packages/marketplace/hook-usenftdetails.md): Fetch all details of an NFT
- [Hook: useAllNFTForRent](https://lync.gitbook.io/lync/npm-packages/marketplace/hook-useallnftforrent.md): Fetch all NFT which are available to rent


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://lync.gitbook.io/lync/introduction/introducing-lync.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.
