# Movement Labs

- [Indexer](https://lync-1.gitbook.io/lync/movement-labs/indexer.md): There are main no-code components to indexing with the Movement on-chain data.
- [How to run index custom data?](https://lync-1.gitbook.io/lync/movement-labs/indexer/how-to-run-index-custom-data.md)
- [Example Queries](https://lync-1.gitbook.io/lync/movement-labs/indexer/example-queries.md)
- [Get Token Info](https://lync-1.gitbook.io/lync/movement-labs/indexer/example-queries/get-token-info.md): Retrieves the ERC-20 Token Data from contract address
- [Get Token Balances](https://lync-1.gitbook.io/lync/movement-labs/indexer/example-queries/get-token-balances.md): Retrieves the various ERC-20 Token balance by passing wallet address
- [Get NFTs Owned by an Account](https://lync-1.gitbook.io/lync/movement-labs/indexer/example-queries/get-nfts-owned-by-an-account.md): Retrieves the various ERC-20 Token balance by passing wallet address
- [NFT Deployer](https://lync-1.gitbook.io/lync/movement-labs/nft-deployer.md): It's a no-code Smart Contract Deployment Platform Supporting MEVM
- [LYNC Social Login SDK on Movement](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement.md): This SDK is designed to simplify the integration of secure authentication and seamless transaction capabilities within applications on the Movement testnet.
- [Getting Started](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement/getting-started.md)
- [Using the SDK](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement/using-the-sdk.md)
- [Example Codes in React & TypeScript](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement/example-codes-in-react-and-typescript.md)
- [Types and Enums Used in the Methods Provided by the SDK](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement/types-and-enums-used-in-the-methods-provided-by-the-sdk.md): Types used in the SDK's methods for managing user profiles and handling Movement transactions.
- [Other Specification](https://lync-1.gitbook.io/lync/movement-labs/lync-social-login-sdk-on-movement/other-specification.md)
- [LYNC Unity Movement SDK](https://lync-1.gitbook.io/lync/movement-labs/lync-unity-movement-sdk.md)
- [Wallet Creation and Transaction APIs](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis.md)
- [Pre-requisites](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/pre-requisites.md)
- [Integration](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/integration.md)
- [API Overview](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/integration/api-overview.md)
- [Create a new wallet](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/integration/create-a-new-wallet.md)
- [Get already created wallet](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/integration/get-already-created-wallet.md)
- [Mint NFT transactions](https://lync-1.gitbook.io/lync/movement-labs/wallet-creation-and-transaction-apis/integration/mint-nft-transactions.md)
- [LYNC Paymaster - Supporting Movement](https://lync-1.gitbook.io/lync/movement-labs/lync-paymaster-supporting-movement.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/movement-labs/lync-paymaster-supporting-movement/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/movement-labs/lync-paymaster-supporting-movement/how-to-create-paymaster.md): Paymaster is supported on both Movement Mainnet and Movement Bardock Testnet.
- [How to Fund the Paymaster](https://lync-1.gitbook.io/lync/movement-labs/lync-paymaster-supporting-movement/how-to-fund-the-paymaster.md): The paymaster can be funded from any wallet supporting Movement like Petra or Pontem and exchanges.
- [Module & Function Whitelist](https://lync-1.gitbook.io/lync/movement-labs/lync-paymaster-supporting-movement/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/movement-labs/lync-paymaster-supporting-movement/how-to-integrate-paymaster.md)
- [JavaScript/ TypeScript](https://lync-1.gitbook.io/lync/movement-labs/lync-paymaster-supporting-movement/how-to-integrate-paymaster/javascript-typescript.md): Easily integrate in your JS/TS application using the sdk.


---

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