# Developers

- [Smart Contracts](https://docs.luxy.io/help-center/developers/smart-contracts.md): Luxy Smart Contracts
- [Creator LUXY ERC-721 V1](https://docs.luxy.io/help-center/developers/smart-contracts/creator-luxy-erc-721-v1.md): We use factory smart contracts to enable each user to create their own ERC-721 collections with the Luxy implementation!
- [Creator LUXY ERC-1155 V1](https://docs.luxy.io/help-center/developers/smart-contracts/creator-luxy-erc-1155-v1.md): We use factory smart contracts to enable each user to create their own ERC-1155 collections with the Luxy implementation!
- [Royalty Registry](https://docs.luxy.io/help-center/developers/smart-contracts/royalty-registry.md): The royalty registry contract is the one that enables Luxy marketplace to recognise EIP-2981, RaribleV2 and LuxyV1 royalties standard!
- [LUXY Core](https://docs.luxy.io/help-center/developers/smart-contracts/luxy-core.md): This is the Core contract of Luxy, this contract enables the assets exchange to happen!
- [$LUXY Token](https://docs.luxy.io/help-center/developers/smart-contracts/usdluxy-token.md)
- [Vesting Contract](https://docs.luxy.io/help-center/developers/smart-contracts/usdluxy-token/vesting-contract.md): The vesting contracts are the ones used to forward the vesting to our investor!
- [Farm Contract](https://docs.luxy.io/help-center/developers/smart-contracts/farm-contract.md): Luxy Farming contract, the best way to hold luxy and gain rewards for it!
- [Drop Contract](https://docs.luxy.io/help-center/developers/smart-contracts/drop-contract.md): This section intends to give an overview of the public read functions that must be exposed in order for the drop contract to be correctly integrated with Luxy Launchpad.


---

# 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.luxy.io/help-center/developers.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.
