# Planq General FAQ

#### **What is the difference between Planq Chain and Planq Chain?**

* Planq is an EVM-compatible (Ethereum Virtual Machine) chain powered by Ethermint, built on the Cosmos SDK, which allows rapid porting of apps and smart contracts from Ethereum and EVM-compatible chains. On Planq, users pay transaction fees in the $PLQ cryptocurrency.

If you are an application developer who is creating smart contracts in Solidity and would like to deploy decentralized applications in a permissionless environment, Planq is suitable for your needs.

#### **Who is currently running as a validator on Planq?**

Planq uses Proof of Stake (POS) consensus, a streamlined and scalable consensus mechanism based on the Tendermint POS consensus.

There are currently 59 validators supporting the Planq network, all backed by our growing community. (see the [list here](https://ping.pub/planq/staking)).

#### **How can I become a Planq validator?**

Please see [here](https://github.com/planq-network/planq-docs/blob/gitbook/for-node-hosts/running-nodes/planq-mainnet/run-validator.md)

#### **What is the chain-ID for Planq Mainnet?**

* Ethereum Chain ID: `7070`
* Cosmos Chain ID: `planq_7070-2`

#### **What are the rate limits of the free JSON-RPC EVM endpoint for Planq?**

* Planq Mainnet: rate limit is 300 req/min/IP

If the limit is exceeded, the IP gets blocked for 1 minute. If you are expecting to consistently make more requests than what limits allow, you may consider setting up your own full node or contacting a commercial JSON-RPC endpoint provider (see Dev Tools & Integrations). You can also reach out to us on [Discord](https://discord.gg/planq-network) for assistance.

#### **If I increase the gas price, does it help to speed up my transaction?**

The current mempool setting works on a first-come-first-serve manner. The Planq network does not yet support transaction prioritization using gas price or priority fee.


---

# 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.planq.network/planq-chain-protocol/planq-general-faq.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.
