# 통합 가스

### POM **( Proof of Merge)** Gas

POM Gas는 PoS 체인의 스마트 컨트랙트가 PoA 체인의 스마트 컨트랙트를 호출할 때 발생하는 가스 비용을 통합하여 부과하는 방식입니다. 이는 체인 간의 가스 비용을 효율적으로 관리하고 최적화하는 데 도움이 됩니다.

#### L1과 L2 관계에서의 POM Gas 적용

L1 (기본 블록체인 레이어)과 L2 (레이어 2 솔루션)의 관계에서 POM Gas 시스템을 적용함으로써, 사용자들은 두 레이어 간의 트랜잭션 비용을 더 명확하게 이해하고 예측할 수 있습니다. 이 시스템은 다음과 같은 방식으로 작동할 수 있습니다:

1. **가스 비용 통합**: L1과 L2 간의 트랜잭션에서 발생하는 가스 비용을 통합하여, 사용자에게 전체 비용을 명확하게 표시합니다.
2. **가스 한도 설정**: POM Gas 시스템은 두 체인 간의 트랜잭션에 대한 가스 한도를 설정하고 관리합니다.&#x20;


---

# 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-kr.gesia.io/techresearch/chain/undefined.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.
