# 6.3 Advanced Signing

* **Raw Message Signing:** Sign arbitrary data blobs. Essential for proprietary L2 interactions.
* **Typed Message Signing (EIP-712):** Securely sign readable structured data. Critical for DeFi interactions (e.g., Uniswap Permits) where the user needs to know exactly what they are approving.
* **NFT Deployment:** Use the Keystone Hardhat Plugin to deploy ERC-721 contracts directly from your secure vault, ensuring the "Owner" address is a secure MPC wallet, not a fragile MetaMask account.


---

# 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.keystntoken.xyz/6-developer-guides/6.3-advanced-signing.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.
