# M2M Verifiable Credential Endpoints

{% hint style="info" %}
Specifications and best practice implementations for Verifiable Credentials are currently being developed. This page is expected to be updated, closely following these developments.
{% endhint %}

The following endpoints must be provided if the DCP protocol is supported by the Entitled Party (usually by applying wallet technology):

* [Credential storage (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/credential-storage-dcp.md)
* [Offers (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/offers-dcp.md)
* [Resolution (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/resolution-dcp.md)

{% hint style="info" %}
**Note**

These endpoints are expected from the Credential Store (wallets) provider for entitled parties that do not wish to have their own implementations
{% endhint %}


---

# 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://dev.ishare.eu/entitled-party/m2m-verifiable-credential-endpoints.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.
