# Quip Client

If you are interested in hosting your own client software that interfaces with QUIPs, or which abstracts away interactions with the chain to solve business-related problems, the Quip Network also provides a client SDK compatible with WalletConnect, Solana `wallet-adapter`, and other major cryptocurrency wallet clients.

The wallet provides the client with a method to generate a post-quantum seed, which complements the client's existing seed phrase, and can either be used for post-quantum secure transactions or remain unused to continue using classical transactions. This post-quantum seed is safe from quantum attackers as long as the post-quantum wallet nonce remains lower than 256, at which point the wallet will remind you to generate a new seed phrase extension and deposit to a new QUIP firewall contract.


---

# 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/firewall.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.
