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

# Adopted Creations

**Copyright and Adoptions**

LeCube's unique Copyright Center and adoption function allow users to freely list their NFT works and open the copyright to other users. At the same time, users can purchase and adopt other people's creations in the Copyright Center and then use the adopted products in their works. In this process, no matter if it is the creator whose copyright was bought or the creator putting together new artwork, they will be rewarded.

1\) Only creations with copyright opened by the original creator will appear in the Copyright Center. Users can have the right to reproduce the creation by paying the corresponding amount of LCT.

2\) Users can adopt the same creations multiple times. When composing, if you adopt copyright once and upload it on the chain, the number of adoptions will be consumed as one.

![](/files/-MV_1gTzdZyp3jMPyr4J)

**Adopt copyright into your creations**

1\) You can click "Adopt Components" during the creation process to place the adopted copyright blueprint onto the canvas.

2\) After using the "Select" function to select the adopted part, you can rotate or move the whole thing as usual.


---

# 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://mixmarvel.gitbook.io/lecube-eng/copyright/adopted-creations.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.
