# Artists - DAO

## Assessing artists by voting.&#x20;

You can vote for an artist's work of art, as well as support the artist by paying him ART tokens.&#x20;

**Votes:** Each vote cast for an artist's work of art increases the artist's ranking and gives them a greater share of the company's profits. Voting costs the voter nothing, it is similar to clicking "I like it", you just need to sign such a vote for free with your wallet.&#x20;

### How voting works&#x20;

* the artist's work of art is given a vote&#x20;
* the votes cast increase the artist's ranking&#x20;
* position in the ranking gives the artist 5% payment of ART tokens from the company's treasury.

**Subsidies:** Each user can support / invest in a favored artist by paying him ART tokens. Thanks to the support, the artist can develop faster, and the investor becomes a shareholder in the profits from the works of art he sells. The artist gives 25% of the profits as dividends to the shareholders. A smart contract takes care of payments to shareholders, thanks to which investors can be sure that they will receive a dividend.

### How the investment in an Artist works&#x20;

* the users become investors by paying the ART token to the selected artist&#x20;
* ART tokens as dividends for the investor are paid from the artist's treasury&#x20;
* the amount of the dividend is 25% of the artist's profit&#x20;
* the dividend in ART tokens is paid every 30 days

![](/files/MMoAkPbWuIwLL2zpGQA7)


---

# 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.decentral-art.com/dao/artists-dao.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.
