# Authz Grants

Authz Grants or *Authorization Grants* are a feature provided by the Cosmos SDK to users and delegators to allow the delgators (`granter`) to grant authorization (`grant`), or in simple words *permission* to another account (`grantee`) to perform actions on behalf of the user (*allowed actions are explicitly specified at the time of asking for an authz grant, along with an expiration date and monetary limits of the grant*). This essentially means that the grantee cannot do anything with the granter's account that they did not ask explicit permission for.

**More Info:** <https://ida.interchain.io/tutorials/8-understand-sdk-modules/1-authz.html>

**Technical Documentation:** <https://docs.cosmos.network/main/build/modules/authz>

**Code:** <https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-030-authz-module.md>


---

# 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.evia.network/fundamentals/authz-grants.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.
