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

# Legal aspects

### **Issuance of securities and regulatory framework: General Criteria**

There is currently no European or national regulatory framework as such that specifically defines the obligations and requirements to be met for the issuance of securities based on blockchain technology. However, taking into account the financing method used by EXOS, there are already regulated processes that may be similar to the present case. Thus, the main regulatory reference standard, in this case, is the Securities Market Law (LMV).

The LMV establishes that the issue of negotiable securities falls within the scope of the law, understanding as such any right of patrimonial content, regardless of its denomination, which, due to its configuration and transmission regime, is susceptible to generalized traffic in a specific financial market. In this regard, the CNMV in its document “CNMV. (2018). Criteria in relation to ICOs.” understands that two main factors must be assessed when determining whether or not a token is tradable security:

a.    The token grants rights or expectations of participation in the potential revaluation or profitability of the business or project in which it is framed or, in general, that it presents or grants rights equivalent or similar to those of the shares or debentures.

b.    The token grants the right to access services or to receive specific goods or products, and the token, in turn, is offered with explicit or implicit reference to any of the following issues:

&#x20;     i. The expectation that the purchaser or investor will obtain a benefit as a result of the revaluation of the token; or

&#x20;     ii. The expectation of obtaining by the buyer or investor of a remuneration associated with the token; or

&#x20;     iii. The liquidity that the token would benefit from; or

&#x20;     iv. The possibility of trading of the token in markets equivalent or purportedly similar to the securities markets subject to regulation.

The issuance of this type of securities requires the preparation of a specific legal document called “prospectus”; this document must comply with a series of specific requirements and must be approved and supervised by the CNMV.


---

# 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://exobots.gitbook.io/docs/legal-information/legal-aspects.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.
