# 개발자 문서

- [이더리움 API](https://docs.bifrostnetwork.com/kr/developer-documentations/ethereum-api.md)
- [프리컴파일 컨트랙트](https://docs.bifrostnetwork.com/kr/developer-documentations/ethereum-api/ethereum-precompiled-contracts.md)
- [개발자 라이브러리](https://docs.bifrostnetwork.com/kr/developer-documentations/ethereum-api/libraries.md)
- [개발자 환경](https://docs.bifrostnetwork.com/kr/developer-documentations/ethereum-api/developer-environments.md)
- [바이프로스트 프리컴파일 컨트랙트](https://docs.bifrostnetwork.com/kr/developer-documentations/bifrost-precompiled-contracts.md)
- [스테이킹](https://docs.bifrostnetwork.com/kr/developer-documentations/bifrost-precompiled-contracts/staking.md)
- [거버넌스](https://docs.bifrostnetwork.com/kr/developer-documentations/bifrost-precompiled-contracts/governance.md)
- [릴레이 매니저](https://docs.bifrostnetwork.com/kr/developer-documentations/bifrost-precompiled-contracts/relaymanager.md)
- [팔렛 인터페이스](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces.md)
- [BfcStaking](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces/bfcstaking.md)
- [BfcUtility](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces/bfcutility.md)
- [BfcOffences](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces/bfcoffences.md)
- [RelayManager](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces/relaymanager.md)
- [클라이언트 API](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api.md)
- [JSON-RPC API](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api.md)
- [author](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/author.md)
- [chain](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/chain.md)
- [childstate](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/childstate.md)
- [debug](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/debug.md)
- [eth](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/eth.md)
- [grandpa](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/grandpa.md)
- [net](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/net.md)
- [offchain](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/offchain.md)
- [payment](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/payment.md)
- [rpc](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/rpc.md)
- [state](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/state.md)
- [system](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/system.md)
- [trace](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/trace.md)
- [txpool](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/txpool.md)
- [web3](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/json-rpc-api/web3.md)
- [익스플로러 API](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/explorer-api.md)
- [런타임 API](https://docs.bifrostnetwork.com/kr/developer-documentations/client-api/runtime-api.md)
- [크로스체인 트랜잭션 및 오라클 API](https://docs.bifrostnetwork.com/kr/developer-documentations/cross-chain-transaction-and-oracle-api.md)
- [가격 오라클 컨트랙트 API](https://docs.bifrostnetwork.com/kr/developer-documentations/cross-chain-transaction-and-oracle-api/price-oracle-contract-api.md)
- [소켓 컨트랙트 API](https://docs.bifrostnetwork.com/kr/developer-documentations/cross-chain-transaction-and-oracle-api/socket-contract-api.md)
- [바이프로스트 테스트넷 BFC 토큰 수령 방법](https://docs.bifrostnetwork.com/kr/developer-documentations/testnet-faucet.md)


---

# 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.bifrostnetwork.com/kr/developer-documentations.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.
