> For the complete documentation index, see [llms.txt](https://docs.transientlabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transientlabs.xyz/tl-creator-contracts.md).

# TL Creator Contracts

- [Creator Contracts Overview](https://docs.transientlabs.xyz/tl-creator-contracts/creator-contracts-overview.md): TL Creator Contracts offer unmatched innovation and gas efficiency while adhering to NFT standards.
- [Implementation Contracts](https://docs.transientlabs.xyz/tl-creator-contracts/implementation-contracts.md): The latest implementation addresses for our creator contracts.
- [v4.x.x](https://docs.transientlabs.xyz/tl-creator-contracts/implementation-contracts/v4.x.x.md)
- [v3.x.x](https://docs.transientlabs.xyz/tl-creator-contracts/implementation-contracts/v3.x.x.md)
- [v2.x.x](https://docs.transientlabs.xyz/tl-creator-contracts/implementation-contracts/v2.x.x.md): Version 2.x.x of TL Creator Contract
- [v1.x.x](https://docs.transientlabs.xyz/tl-creator-contracts/implementation-contracts/v1.x.x.md)
- [Royalties & Enforcement Options](https://docs.transientlabs.xyz/tl-creator-contracts/royalties-and-enforcement-options.md): TL Creator Contracts utilize EIP-2981 to configure royalties on-chain.
- [Common Features](https://docs.transientlabs.xyz/tl-creator-contracts/common-features.md): All TL Creator Contracts have the following common features
- [Access Control](https://docs.transientlabs.xyz/tl-creator-contracts/common-features/access-control.md): TL Creator Contracts implement access control mechanisms to allow for ease of use while promoting security.
- [Story Inscriptions](https://docs.transientlabs.xyz/tl-creator-contracts/common-features/story-inscriptions.md): Stories are integral to extending on-chain provenance and adding value to tokens.
- [NFT Delegation](https://docs.transientlabs.xyz/tl-creator-contracts/common-features/nft-delegation.md)
- [ERC721TL](https://docs.transientlabs.xyz/tl-creator-contracts/erc721tl.md): ERC721TL is Transient Labs' Creator Contract compliant with the ERC-721 specification.
- [ERC1155TL](https://docs.transientlabs.xyz/tl-creator-contracts/erc1155tl.md): Transient Labs ERC-1155 Creator Contract is packed with more innovation than another other solution on the market.
- [ERC7160TL](https://docs.transientlabs.xyz/tl-creator-contracts/erc7160tl.md): Transient Labs ERC-7160 Creator Contract is packed with more innovation than another other solution on the market.


---

# 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.transientlabs.xyz/tl-creator-contracts.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.
