> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plasma.org/llms.txt
> Use this file to discover all available pages before exploring further.

# 运营者接入

> 开始运行 Plasma 非验证者节点

在 Plasma 上运行非验证者节点是无许可的。你可以使用公开的 [non-validator-templates](https://github.com/PlasmaLaboratories/non-validator-templates) 仓库在 mainnet、testnet 或 devnet 上部署。

<Card title="开始使用" icon="rocket" iconType="light" color="#307F61" href="./non-validator-node-setup">
  遵循非验证者节点部署指南来部署你的节点。
</Card>

## 备用选项

如果你尚未准备好运行自己的节点，或者更倾向于其他方式：

### RPC 提供商

使用托管基础设施，无需任何搭建：

<CardGroup cols={2}>
  <Card title="QuickNode" icon="bolt" href="https://www.quicknode.com/">
    具备全球覆盖的企业级 RPC 端点。
  </Card>

  <Card title="Tenderly" icon="chart-line" href="https://tenderly.co/">
    面向 EVM 链的开发者工具与可观测性。
  </Card>
</CardGroup>

### 公共 RPC

提供一个有速率限制的公共 RPC 端点用于开发和测试：

| 网络      | 端点                              |
| :------ | :------------------------------ |
| Mainnet | `https://rpc.plasma.to`         |
| Testnet | `https://testnet-rpc.plasma.to` |

<Warning>
  适用速率限制。公共 RPC 端点不适合生产使用。
</Warning>

## 未来机会

随着网络成熟，将提供更多参与方式，包括主网启动之后的第三方共识节点，以及向专业验证者的质押委托。
