> For the complete documentation index, see [llms.txt](https://wiki.1hive.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.1hive.org/tuerkce/projects.md).

# Projeler

- [Honey](https://wiki.1hive.org/tuerkce/projects/honey.md): Honey, 1Hive topluluğu tarafından ihraç edilen ve dağıtımı yapılan topluluk para birimidir.
- [Katılım](https://wiki.1hive.org/tuerkce/projects/honey/participation.md): 1Hive ve Honey are topluluk tarafından yönlendirilmektedir. Topluluk üyelerinin teklifler oluşturarak, tartışarak ve tekliflere oy vererek 1Hive DAO'daki anlam yaratımına katılmaları teşvik edilir.
- [İhraç](https://wiki.1hive.org/tuerkce/projects/honey/issuance.md): Honey sabit bir arza sahip değildir, Honey'nin zaman içerisinde hangi oranda ihraç edileceği bir ihraç politikası ile belirlenir.
- [Dağıtım](https://wiki.1hive.org/tuerkce/projects/honey/distribution.md): Ortak havuzdan Honey dağıtımının düzenlenmesi için kanaat oylaması kullanılmaktadır.
- [Kararlar](https://wiki.1hive.org/tuerkce/projects/honey/decisions.md): Protokol parametreleri değişiklikleri veya akıllı sözleşme güncellemeleri için oylama aracılığıyla ayrık, evet-hayır şeklinde kararlar gerekmektedir.
- [Planlanan İyileştirmeler](https://wiki.1hive.org/tuerkce/projects/honey/honey-improvements.md): Topluluğun üzerinde çalıştığı ve araştırılan bazı muhtemel iyileştirmeler
- [Honeyswap](https://wiki.1hive.org/tuerkce/projects/honeyswap.md): honeyswap.org
- [Borsacılar İçin](https://wiki.1hive.org/tuerkce/projects/honeyswap/for-traders.md)
- [Likidite Sağlayıcılar İçin](https://wiki.1hive.org/tuerkce/projects/honeyswap/for-liquidity-providers.md)
- [Geliştiriciler İçin](https://wiki.1hive.org/tuerkce/projects/honeyswap/for-developers.md)
- [Celeste (Yakında)](https://wiki.1hive.org/tuerkce/projects/celeste.md): Şu anda geliştirilen subjektif oracle.
- [Kullanım Süreci](https://wiki.1hive.org/tuerkce/projects/celeste/user-process.md)
- [Gardens (Yakında)](https://wiki.1hive.org/tuerkce/projects/gardens.md): 1Hive ile Diğer DAO'lar arasında kurulan bağ
- [Teknik Tanıtım](https://wiki.1hive.org/tuerkce/projects/gardens/teknik-tanitim.md)
- [Kilometre Taşları](https://wiki.1hive.org/tuerkce/projects/1hive-updates.md): Gelecek kilometre taşları


---

# 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://wiki.1hive.org/tuerkce/projects.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.
