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

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