# Deploy

&#x20;It covers key elements such as copyright information, revenue distribution, release quantity, and more. This information is used to guide the platform on how to handle the release and revenue distribution of specific songs.

```
{
  "p": "RWA-Music",
  "op": "deploy",
  "tick": "collection:BitWine"/"song's name",
  "song": "song's name",
  "ratio": “0.5”,
  "years" : “10”,
  "max": "5000"
 }
```

<table><thead><tr><th width="90">Key</th><th width="101">Required</th><th>Description</th></tr></thead><tbody><tr><td>p</td><td>yes</td><td>Protocol: Helps other systems identify the protocol</td></tr><tr><td>op</td><td>yes</td><td>Operation: Type of event:deploy</td></tr><tr><td>tick</td><td>yes</td><td><pre><code>collection:bitWine;Song copyright revenue is distributed through NFTs
text:bitwine;Song copyright revenue is distributed through song's name .
</code></pre></td></tr><tr><td>song</td><td>yes</td><td>The  name of this song</td></tr><tr><td>ratio</td><td>yes</td><td>Distribution ratio of song copyright revenue</td></tr><tr><td>years</td><td>yes</td><td>Distribution years of song copyright revenue</td></tr><tr><td>max</td><td>yes</td><td>Total distribution quantity of copyright shares</td></tr></tbody></table>


---

# 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://bitwines-organization.gitbook.io/rwa-music-protocol/deploy.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.
