# Quip SDK

Quip Network publishes two SDKs:

1. An SDK for quantum smart contracts and hybrid solvers, that helps you construct supercharged solutions for optimization and satisfiability problems, artificial intelligence tasks, or even Bitcoin mining.

This SDK is meant to help you work with quantum computers of all kinds: adiabatic quantum computers like annealers, or gate-based quantum computers that support certain operations which make it easier to reason about generalized quantum computation.

2. An SDK for existing smart contracts that lets you upgrade your contracts one ABI at a time. Simply import the file using your favorite package manager and reference the SDK anytime you need to unwrap a post-quantum commitment into its associated classical public key.

The most versatile usecase of the Quip wallet SDK is a smart account much like a Coinbase smart account or a Safe wallet, which wraps any contract with a post-quantum signature read and aborts the subsequent contract call if the read fails.

However, sometimes contracts may require token allowances, specialized permissions, or access to collateral held in the contract. For these usecases, it is necessary for the contract to implement the Quip SDK's post-quantum ABI extension directly.


---

# 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://quip.gitbook.io/docs/getting-started/quip-sdk.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.
