# NEAR Chain Signatures

​NEAR Chain Signatures enable NEAR accounts, including smart contracts, to sign and execute transactions across blockchain protocols. The underlying MPC Protocol also gives access to 'read' from other blockchains into the NEAR Protocol. This allows MoreMarkets to run smart-contract logic for chains that do not have smart-contract capabilities, such as BTC, LTC, DOGE, and XRP.&#x20;

Using Chain Signatures, MoreMarkets can enforce actions such as withdrawal, slashing, liquidations, and rebalancing (critical settlement transactions) on assets deposited from these chains. \ <br>

<figure><img src="https://3939430316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpkuCQdIPo5l6ElM4z077%2Fuploads%2FCabpx5LQFwBK0vbrQxM7%2FScreenshot%202025-02-12%20at%2009.26.58.png?alt=media&#x26;token=ddebc1cf-85bb-4972-98e5-33605d9c0db7" alt=""><figcaption></figcaption></figure>


---

# 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.moremarkets.xyz/protocol-concepts/near-chain-signatures.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.
