> For the complete documentation index, see [llms.txt](https://docs.rpcfast.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rpcfast.com/legal/compliance.md).

# Compliance

### RPC Fast Is a Blockchain Infrastructure Provider, Not a Crypto-Asset Service Provider

RPC Fast provides technical infrastructure that enables developers and businesses to interact with public blockchain networks.

Our services include:

* RPC endpoint access;
* transaction propagation;
* network performance optimization;
* blockchain infrastructure services.

RPC Fast does not provide custody, exchange, brokerage, trading, investment, wallet, staking, or asset management services.

#### Customer Control

RPC Fast customers retain exclusive control over their crypto-assets, wallets, and private keys at all times.

Customers independently:

* create transactions;
* determine transaction parameters and fees;
* authorize transactions;
* sign transactions using their own wallets and applications;
* decide whether and when transactions are submitted to a blockchain network.

RPC Fast cannot access, move, transfer, exchange, or otherwise control customer crypto-assets.

#### No Custody

RPC Fast does not:

* hold customer crypto-assets;
* hold customer private keys;
* create custodial wallets;
* maintain control over customer funds.

Customers remain the sole custodians of their assets.

#### No Execution of Transactions on Behalf of Customers

RPC Fast does not execute transactions on behalf of customers.

All blockchain transactions transmitted through RPC Fast are created and cryptographically signed by customers using customer-controlled wallets and applications before being submitted to RPC Fast infrastructure.

RPC Fast does not determine transaction intent, modify transaction instructions, or exercise discretion over customer activity.

#### Infrastructure and Network Layer Only

RPC Fast acts solely as a technical infrastructure and networking layer between customers and public blockchain networks.

When transmitting blockchain transactions, RPC Fast transports customer-signed messages to blockchain infrastructure and validator networks. RPC Fast does not act as a counterparty, intermediary, broker, agent, or custodian.

Any transfer of crypto-assets occurs directly on the underlying blockchain network based exclusively on instructions authorized by the customer.

#### No Investment or Financial Services

RPC Fast does not provide:

* investment advice;
* portfolio management;
* brokerage services;
* exchange services;
* trading venue services;
* financial intermediation.

RPC Fast provides infrastructure services only.

#### Summary

RPC Fast is a blockchain infrastructure provider that enables access to decentralized networks. Customers maintain exclusive control over their assets, wallets, private keys, and transaction decisions. RPC Fast does not custody assets, execute transactions on behalf of customers, or provide financial services.

Our role is limited to providing reliable, high-performance infrastructure for accessing and communicating with public blockchain networks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rpcfast.com/legal/compliance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
