> For the complete documentation index, see [llms.txt](https://pdc-finance.gitbook.io/pdc-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pdc-finance.gitbook.io/pdc-finance/introduction/post-dated-crypto-pdc-payments.md).

# Post-Dated Crypto (PDC) Payments

PDC Finance enables users to make post-dated crypto payments, similar to post-dated cheques in the traditional finance world. Users register for the PDC Finance wallet, which has a special function to make a payment at future date.&#x20;

Once the payer signed & sent the transaction (for eg.) pay *someone.eth* an amount of DAI 10,000 on a future date, for e.g., 15th December 2022, the following things are automatically carried out by PDC Finance Wallet,

* The receiver receives an acknowledgment of PDC payment in the form of an NFT (similar to Uniswap LP NFTs)
* PDC Finance Wallet integrates gelato bots, which pick up this post-dated transaction & watch for the maturity date (in this case 15th Dec 2022) to make the payment to the Receiver from the payer PDC Finance’s wallet. The payer need not hold the necessary balance when initiating the PDC payment. But the payer needs to make sure to maintain the necessary balance (in this case DAI 10,000) & small gas fees in the PDC Finance Wallet at the time of maturity date & time.


---

# 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://pdc-finance.gitbook.io/pdc-finance/introduction/post-dated-crypto-pdc-payments.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.
