> For the complete documentation index, see [llms.txt](https://docs.gatahub.zone/g/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatahub.zone/g/gatahub/gata-validators/foundation-delegations.md).

# Foundation Delegations

Foundation delegations involve the action of a blockchain or cryptocurrency foundation to allocate its tokens to validators or nodes within the network.&#x20;

In blockchain ecosystems that utilize Proof of Stake (PoS) or Delegated Proof of Stake (DPoS) consensus mechanisms, token holders can delegate their assets to enhance network security and governance while earning staking rewards.

When a foundation holds a substantial amount of native tokens, it may strategically delegate these tokens to validators. This delegation serves multiple purposes, including&#x20;

* reinforcing network security,
* incentivizing validators,
* fostering network growth,
* promoting decentralization and
* contributing to token distribution.&#x20;

The specifics of foundation delegation can vary among blockchain projects, with the rules and processes typically outlined in the project's governance or economic model.

| Foundation                            | Term/Award date         | Token | Amount     | Details                                                                                                             |
| ------------------------------------- | ----------------------- | ----- | ---------- | ------------------------------------------------------------------------------------------------------------------- |
| ICF                                   | Dec 2022 - 2023         | ATOM  | 13.7K ATOM | [Detailed decision](https://drive.google.com/file/d/17XN4r963viVroVu3PNjbY2wy367vgNZv/view)                         |
| Juno DAO                              | Aug 2023 - Dec 2023     | JUNO  | 100K JUNO  | [Detailed decision](https://docs.google.com/spreadsheets/d/1v6TfvBlsaUqMfjPQHRk2ZJjI3bV3ykOdKlCPXJCg_lA/edit#gid=0) |
| ICF                                   | Dec 2023 - June 2025    | ATOM  | 178K ATOM  | [Detailed decision](https://drive.google.com/file/d/1aiXLjn-ient8Zw0aIawqLcnLVL6JvzrC/view)                         |
| ICF                                   | Dec 2023 - June 2025    | OSMO  | 5K OSMO    | [Detailed decision ](https://drive.google.com/file/d/1OUkhvfk7-1-BWYjyYBAFlUn6ywu_P36f/view)                        |
| Archway                               | August 2023- March 2024 | ARCH  | 3m ARCH    |                                                                                                                     |
| [All in Bits](https://allinbits.com/) | March 2025              | ATONE | 160K ATONE | [Detailed Decision](https://allinbits.com/blog/aib-atone-delegation-program-cycle-1/)                               |


---

# 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://docs.gatahub.zone/g/gatahub/gata-validators/foundation-delegations.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.
