# General FAQs

**What Exactly is Prom network?**&#x20;

Prom is a high-performance scalable network based on Polygon CDK. Prom submits its proof of transaction to the additional chains on top of the chosen Settlement chain, building the bridge between ecosystems.

**Key Features of Prom?**

* Multichain support: Prom can submit its proof of transaction across multiple networks, including both EVM and non-EVM compatible chains, which ensures a high level of decentralization and 100% uptime;
* Efficiency & Scalability: reduced costs and enhanced scalability with zkSNARKs;
* High-Speed Transactions: Polygon Zero's tech brings exceptional speed to every transaction;
* Robust Security: Inheriting Ethereum's security, Prom ensures the highest level of data integrity;
* EVM Compatibility: Seamless integration in a familiar EVM environment;

**Gas Fee Reduction Expectations with Prom?**&#x20;

Users can look forward to a significant reduction in gas fees relative to Ethereum Layer 1. Prom's protocols batch multiple transactions, spreading the cost of a single Layer 1 transaction over numerous transactions.

**Does Prom Utilize a Separate Token for Transactions?**&#x20;

Yes, transactions in Prom will utilize the PROM token for gas fees. Prom also accommodates Account Abstraction via ERC-4337, enabling transparent fee payment with any token from the user’s perspective.

**Suitable dApps for Deployment on Prom?**&#x20;

Any dApp that's EVM-compatible can be deployed on Prom, with the exception of those requiring specific precompiled contracts not currently supported. Detailed information on compatible precompiled contracts is available in our documentation.

**Prom Capability for Cross-Chain Interactions?**&#x20;

At present, Prom does not support cross-chain functionalities. However, our future roadmap includes enabling asset movement across various networks, though not available at launch.

**Principal Use Cases for Prom?**

* **DeFi Applications:** High security and efficient capital utilization make it suitable for DeFi.
* **NFT, GameFi, and Enterprise Applications:** Beneficial for these sectors due to low gas fees, fast transaction speeds, and robust security.
* **Payments:** Ideal for users seeking real-time transactions with minimal fees.

**How Reliable are Prom Proofs on Layer 1?**&#x20;

The accuracy of these proofs is assured by our zkRollup smart contract. Their reliability stems from data availability and the ease of verifying the SNARK proofs.

**Compatibility of Prom with Solidity and Vyper?**&#x20;

Yes, Prom supports all languages that compile to EVM opcode, including Solidity and Vyper.

**What Constitutes an RPC Node in Prom?**&#x20;

An RPC (Remote Procedure Call) node in Prom is a JSON-RPC interface compatible with Ethereum, enabling seamless integration with existing tools like Metamask, Etherscan, and Infura. Its operation is akin to Ethereum nodes such as geth.

**Prom Support for JSON-RPC EVM Query Specifications?**&#x20;

Prom supports all standard queries (eth\_\* endpoints). Efforts are underway to extend support to additional endpoints like debug\_\*.


---

# 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://prom.gitbook.io/prom/general-faqs.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.
