# License

[Apache License 2.0](https://github.com/winsznx/pact/blob/main/LICENSE/README.md).

Permissive. Contracts, SDKs, and docs are free for any use, commercial or otherwise.

***

## What this means

* You can fork the contracts and deploy your own version.
* You can fork the SDK and ship a derivative.
* You can build a competing marketplace on the same contracts.
* You can read the docs and copy any prose patterns you like.

The only requirement is preserving the LICENSE notice in source distributions. Standard Apache 2.0 terms.

***

## Why Apache 2.0

* Compatible with virtually every other open source license.
* Explicit patent grant. Anyone who contributes can't later sue users for patent infringement on the contributed code.
* Permissive enough that commercial integrators don't need to call legal before using PACT.

***

## Contributions

Pull requests welcome at [github.com/winsznx/pact](https://github.com/winsznx/pact). By contributing you agree to license your contribution under Apache 2.0 as well.


---

# 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.trypact.xyz/about/license.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.
