# IssuersModule

## [Link to the code](https://github.com/Consensys/linea-attestation-registry/blob/dev/contracts/src/stdlib/IssuersModuleV2.sol)

## When to use this module?

An Issuer might want to restrict his portal to only Issuers. In other words, his portal will only be able to attest Issuers as subjects (entities being attested) of the future attestations.

Once this module is set for a portal, any attestation request going through the portal will need to be destined to an Issuer as a subject.

The list of Issuers changes over time, but is not controlled by this module. It is managed at the `PortalRegistry` level.

## When not to use this module?

This Module probably serves its purpose in only a few cases, so make sure your use case requires to only issue attestations to Issuers.

## How to use this module?

This Module doesn't require any preliminary setup, you need to pass its address registering your Portal.

## How to check the list of Issuers?

### Via the Explorer

The Issuers are listed on the [landing page of the Explorer](https://explorer.ver.ax)

### Via the SDK

Pending issue [#506](https://github.com/Consensys/linea-attestation-registry/issues/506) resolution.


---

# 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.ver.ax/verax-documentation/discover/modules-standard-library/issuersmodule.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.
