Security

Enhance the security of your RPC Endpoints by restricting access through domain whitelisting, IP address whitelisting, and RPC method blacklisting.


RPC endpoints are critical for building applications and interacting with Solana. However, they are vulnerable to unauthorized and potentially harmful usage. To protect your endpoints from unauthorized access, you can implement security measures such as domain whitelisting, IP address whitelisting, and RPC method blacklisting.

Ironforge provides five methods to secure your RPC endppoints. These methods are designed to offer comprehensive protection for your RPC endpoints against unauthorized access.

  • Domain Whitelisting: Restrict access to your RPC endpoints to only allow requests from approved domains.
  • IP Address Whitelisting: Limit access to your RPC endpoints to requests from specified IP addresses.
  • RPC Method Blacklisting: Block requests to specific RPC methods that you're not planning to use.
  • Token Based Authentication: Restrict access to your RPC endpoints to only allow requests with authentication tokens.
  • JWT Based Authentication: Restrict access to your RPC endpoints to only allow requests with authentecated Bearer tokens.

These measures are designed to offer comprehensive protection for your RPC endpoints against unauthorized access.

Screenshot of RPC Routing