> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/eu-level/q-and-a/esma-qa-2290-custody-agreements-exercise-rights-attached-crypto-assets.md).

# Custody agreements in the exercise of rights attached to crypto-assets

|                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Authority**   | ESMA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Q\&A ID**     | ESMA\_QA\_2290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Status**      | Answer Published                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Published**   | 17 June 2025                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Legal basis** | [Article 75](/mica/title-v-authorisation-and-operating-conditions-for-crypto-asset-service-providers-art.-59-85/chapter-3/article-75.md) [MiCA](https://github.com/jakesenfti/micawtf/blob/main/mica/README.md); [Article 75(4)](/mica/title-v-authorisation-and-operating-conditions-for-crypto-asset-service-providers-art.-59-85/chapter-3/article-75.md) [MiCA](https://github.com/jakesenfti/micawtf/blob/main/mica/README.md); [Article 75(1)](/mica/title-v-authorisation-and-operating-conditions-for-crypto-asset-service-providers-art.-59-85/chapter-3/article-75.md) [MiCA](https://github.com/jakesenfti/micawtf/blob/main/mica/README.md) |
| **Source**      | [ESMA Q\&A](https://www.esma.europa.eu/publications-data/questions-answers/2290)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |

### Question

Would the ‘terms of service’ or any type of non-negotiated standard user agreement between a client and a crypto-asset service provider (CASP) providing custody services constitute a ‘valid agreement’ that ‘expressly provides otherwise’ per the clause in the second subparagraph of [Article 75(4)](/mica/title-v-authorisation-and-operating-conditions-for-crypto-asset-service-providers-art.-59-85/chapter-3/article-75.md) of MiCA? If so, can this agreement stipulate that a CASP providing custody services may be unable to facilitate the exercise of client rights with respect to a crypto-asset in the event of any modifications to those rights?

***

### Answer

No. The principle expressed in the first subparagraph of Article 75(4) is that CASPs providing custody and administration of crypto-assets on behalf of clients shall facilitate the exercise of the rights attached to the crypto-assets and that any event likely to create or modify the rights of a client shall immediately be recorded in the client’s register of positions.

In addition, where there are changes to the underlying distributed ledger technology or any other event likely to create or modify a client’s rights, the client shall be entitled to any crypto-assets or any rights newly created on the basis and to the extent of the client’s positions at the time of the occurrence of that change or event, except in cases where, “a valid agreement signed with the crypto-asset service provider providing custody and administration of crypto-assets on behalf of clients pursuant to paragraph 1 prior to that change or event expressly provides otherwise”. Thus, CASPs may derogate to that principle only where:

i) there are changes to the underlying distributed ledger technology or another event likely to create or modify a client’s right; and

ii) the CASP has obtained from the client prior express and signed consent to the derogation.

Terms of service or any type of non-negotiated standard user agreement between the client and the CASP providing custody services would not be sufficient to demonstrate the express consent to the derogation by the client. Otherwise it would have been listed in Article 75(1) as one of the terms required in the custody agreement (if the CASP is intending to use the extension). It is clear that CASPs providing custody and administration of crypto-assets on behalf of clients should ensure that it is sufficiently clear that the client has consented in an explicit and affirmative way to the specific provision of the terms of service or other standard agreement that is derogating from [Article 75(4)](/mica/title-v-authorisation-and-operating-conditions-for-crypto-asset-service-providers-art.-59-85/chapter-3/article-75.md) of MiCA. To this end, CASPs may, for instance, obtain the client’s express acknowledgement of the derogation by requesting that they agree to a specific clause via a pop-up box when accepting the terms of service.

***

**Source:** [ESMA original document](https://www.esma.europa.eu/publications-data/questions-answers/2290)


---

# 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://www.mica.wtf/eu-level/q-and-a/esma-qa-2290-custody-agreements-exercise-rights-attached-crypto-assets.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.
