From 8f64bd8e5332ff785f0e9a2dab06676adeb935a0 Mon Sep 17 00:00:00 2001
From: Kirill <pisarevkir@gmail.com>
Date: Wed, 29 Jan 2025 10:57:36 +0100
Subject: [PATCH] docs(readme): add information about w3f and polkadot grants
 (#4506)

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index f3041ae34b..77226dcfd1 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,9 @@
 >
 > The Gossamer Polkadot Host is pre-production software [2022-12-01]
 
+>Developed by [ChainSafe](https://chainsafe.io) and funded by a Web3 Foundation grant and Polkadot [Treasury proposals](https://polkadot.polkassembly.io/treasury/808?tab=description).
+>
+
 Gossamer is a [Golang](https://go.dev/) implementation of the
 [Polkadot Host](https://wiki.polkadot.network/docs/learn-polkadot-host): an
 execution environment for the Polkadot runtime, which is materialized as a Web
@@ -43,6 +46,7 @@ Polkadot Host must orchestrate a number of interrelated services, such as
 [networking](dot/network/README.md), block production, block finalization, a
 JSON-RPC server, [and more](cmd/gossamer/README.md#client-components).
 
+
 ## Getting Started
 
 To get started with Gossamer, follow the steps below to build the source code