> For the complete documentation index, see [llms.txt](https://docs.quipuswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quipuswap.com/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints.md).

# Permits' entrypoints

This section describes a permits part of a project. This part fully support [TZIP-017](https://gitlab.com/tezos/tzip/-/blob/master/proposals/tzip-17/tzip-17.md).

### &#x20;Risks

Before you use a permit system we want to be sure you understand the following

1. Permits may not be timely submitted. Since the counter is a global variable, the counter may be increased already at the time the permit is submitted another one is processed by the permit entrypoint.
2. Existing permits may be guessed and executed.

{% content-ref url="/pages/zfAsyOdibpENaFxVH3g8" %}
[permit](/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/permit.md)
{% endcontent-ref %}

{% content-ref url="/pages/AIhX8uwwaF9oUt4qG8Vv" %}
[set\_expiry](/smart-contracts/dex-2.0/dexcore-contract/entrypoints-overview/permits-entrypoints/set_expiry.md)
{% endcontent-ref %}
