> For the complete documentation index, see [llms.txt](https://rs0-5.gitbook.io/righttech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rs0-5.gitbook.io/righttech/common.md).

# ความรู้ทั่วไป

- [Silent Payments: บทถัดไปของวิวัฒนาการความเป็นส่วนตัวบนบิตคอยน์](https://rs0-5.gitbook.io/righttech/common/silent-payments.md)
- [Hash Function และ SHA-256](https://rs0-5.gitbook.io/righttech/common/hash.md): 🔐 Hash Function และ SHA-256: หัวใจของความปลอดภัยในโลกดิจิทัล
- [Public Key Encryption (PKE) คืออะไร?](https://rs0-5.gitbook.io/righttech/common/public-key-encryption-pke.md): 🔐 Public Key Encryption (PKE) คืออะไร?
- [ไขกลไก Cashu กับ Blind Signaturesฅ](https://rs0-5.gitbook.io/righttech/common/cashu-blind-signatures.md)
- [OP\_Return](https://rs0-5.gitbook.io/righttech/common/op_return.md): OP\_Return คืออะไรทำไมถึงกลายเป็นประเด็นร้อนในวงการบิตคอยน์ตอนนี้
- [BIP 360: Pay to Quantum Resistant Hash](https://rs0-5.gitbook.io/righttech/common/bip-360-pay-to-quantum-resistant-hash.md): สำหรับผู้คนที่สนใจเกี่ยวกับการพัฒนาเพื่อป้องกันอันตรายที่อาจมาจาก quantum computer
- [PSBT คืออะไร และแก้ปัญหาอะไร](https://rs0-5.gitbook.io/righttech/common/psbt.md)
- [Nostr Wallet Connect (NWC)](https://rs0-5.gitbook.io/righttech/common/nostr-wallet-connect-nwc.md): Nostr Wallet Connect คืออะไร และมีประโยชน์อะไร
- [Coinjoin/Payjoin](https://rs0-5.gitbook.io/righttech/common/coinjoin-payjoin.md): บทความนี้จะอธิบายหลักการทำงานของ CoinJoin และ PayJoin โดยเปรียบเทียบข้อดี ข้อจำกัด และกรณีการใช้งาน เพื่อให้เข้าใจว่าทั้งสองเทคนิคนี้สามารถเสริมความเป็นส่วนตัวให้กับผู้ใช้ Bitcoin ได้อย่างไรในเชิงเทคน
- [Chain reorganization](https://rs0-5.gitbook.io/righttech/common/chain-reorganization.md): บทความนี้จะอธิบายเรื่องของ chain reorg หรือเหตุผลที่ทำให้เราต้องรอคอนเฟิร์มหลายบล๊อคเวลาทำธุรกรรม
- [Utreexo: โครงสร้างและการย่อขนาด UTXO ใน Bitcoin](https://rs0-5.gitbook.io/righttech/common/utreexo-utxo-bitcoin.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rs0-5.gitbook.io/righttech/common.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
