> For the complete documentation index, see [llms.txt](https://docs.ver.ax/verax-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ver.ax/verax-documentation/discover/modules-standard-library/issuersmodule.md).

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