> For the complete documentation index, see [llms.txt](https://lync-1.gitbook.io/lync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lync-1.gitbook.io/lync/aptos.md).

# APTOS

- [LYNC Paymaster - Supporting Aptos](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos.md): Unlock user engagement and drive adoption with LYNC's gasless transactions, incentivizing users, enhancing their experience, and integrating seamlessly with your game, dApp, or DeFi platform.
- [How to Register on LYNC Dashboard](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-register-on-lync-dashboard.md): Setting up the paymaster is quick and takes under 5 minutes. LYNC Paymaster is fully no-code, allowing developers to integrate with just a few clicks.
- [How to Create Paymaster](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-create-paymaster.md): Paymaster is supported on both Aptos Mainnet and Aptos Testnet.
- [How to Fund the Paymaster](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-fund-the-paymaster.md): The paymaster can be funded from any wallet supporting Aptos like Petra or Pontem and exchanges.
- [Module & Function Whitelist](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/module-and-function-whitelist.md): Projects can whitelsit module & function to support sponsor transactions for the users
- [How to Integrate Paymaster](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-integrate-paymaster.md)
- [Unity](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-integrate-paymaster/unity.md)
- [API](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-integrate-paymaster/api.md)
- [JavaScript/ TypeScript](https://lync-1.gitbook.io/lync/aptos/lync-paymaster-supporting-aptos/how-to-integrate-paymaster/javascript-typescript.md): Easily integrate in your JS/TS application using the sdk.
- [LYNC Unity Aptos SDK](https://lync-1.gitbook.io/lync/aptos/lync-unity-aptos-sdk.md)
- [Keyless Accounts](https://lync-1.gitbook.io/lync/aptos/keyless-accounts.md): Keyless accounts simplifying users experience with non-custodial wallets
- [Configure Your OIDC Provider](https://lync-1.gitbook.io/lync/aptos/keyless-accounts/configure-your-oidc-provider.md): Google OIDC Provider Setup
- [Integrate Keyless in Unity](https://lync-1.gitbook.io/lync/aptos/keyless-accounts/integrate-keyless-in-unity.md)
- [Wallet Creation and Transaction APIs](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis.md)
- [Pre-requisites](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/pre-requisites.md)
- [Integration](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration.md)
- [API Overview](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration/api-overview.md)
- [Create a new wallet](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration/create-a-new-wallet.md)
- [Get already created wallet](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration/get-already-created-wallet.md)
- [Mint NFT transactions](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration/mint-nft-transactions.md)
- [Send generic transactions on Aptos](https://lync-1.gitbook.io/lync/aptos/wallet-creation-and-transaction-apis/integration/send-generic-transactions-on-aptos.md)
- [LYNC Social Login SDK on Aptos](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos.md): This SDK is designed to simplify the integration of secure authentication and seamless transaction capabilities within applications on the Aptos blockchain.
- [Getting Started](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos/getting-started.md)
- [Using the SDK](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos/using-the-sdk.md)
- [Example Codes in React & TypeScript](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos/example-codes-in-react-and-typescript.md)
- [Types Used in the Methods Provided by the SDK](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos/types-used-in-the-methods-provided-by-the-sdk.md): Types used in the SDK's methods for managing user profiles and handling Aptos transactions.
- [Other Specification](https://lync-1.gitbook.io/lync/aptos/lync-social-login-sdk-on-aptos/other-specification.md)
- [LYNC Aptos Lootbox](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox.md)
- [Getting Started](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox/getting-started.md)
- [Creating a Lootbox](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox/creating-a-lootbox.md)
- [Opening a Lootbox](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox/opening-a-lootbox.md)
- [Claiming the Rewards](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox/claiming-the-rewards.md)
- [Conclusion](https://lync-1.gitbook.io/lync/aptos/lync-aptos-lootbox/conclusion.md)


---

# 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://lync-1.gitbook.io/lync/aptos.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.
