diff --git a/pages/community/_meta.json b/pages/community/_meta.json
index 61f0d449..e2a1fcbb 100644
--- a/pages/community/_meta.json
+++ b/pages/community/_meta.json
@@ -1,4 +1,5 @@
{
+ "hackathon": "Azuro UI Builders Hackathon: Materials",
"trading-ui-grant": "Grant to create a trading UI app on Azuro",
"dev-grant-twitter": "Dev Grant to make Twitter Alerts reporting interesting Onchain Bets",
"chiliz-grant": "Developer Grant to build on Chiliz Chain using Azuro",
diff --git a/pages/community/grant-live-stats.mdx b/pages/community/grant-live-stats.mdx
index 53b435d9..8b90800c 100644
--- a/pages/community/grant-live-stats.mdx
+++ b/pages/community/grant-live-stats.mdx
@@ -1,5 +1,9 @@
# Grant to support the development of Real-time Statistical Tracking: API & Widget
+
+ **Important Update:** this grant program is on hold. We don't accept applications for this grant at the moment.
+
+
## 🌟 Overview
This grant supports builders to develop the API and the API-based customizable widget for real-time statistical tracking of live game progress. This API, together with the customizable widget, will remain under your control and will be promoted by Azuro to be integrated into betting apps built on Azuro. This means that you will be able to sell it as a service to anyone else, and Azuro will integrate it into its SDK for the cost of the grant.
diff --git a/pages/community/hackathon.mdx b/pages/community/hackathon.mdx
new file mode 100644
index 00000000..2b880977
--- /dev/null
+++ b/pages/community/hackathon.mdx
@@ -0,0 +1,55 @@
+import { Callout, Image } from 'components'
+
+# Azuro UI Builders Hackathon
+
+This page contains helpful materials to succeed in the tasks. For all information about the hackathon, go to the hack's [website](https://hub.azuro.org/azuro-ui-builders-hackathon).
+
+## Materials
+
+### Tutorials
+
+[How to build an app on Azuro](https://gem.azuro.org/hub/apps/guides/tutorial)
+
+[How to fetch and filter games](https://gem.azuro.org/hub/apps/guides/advanced/prematch/get-games)
+
+[How to group and sort outcomes & markets](https://gem.azuro.org/hub/apps/guides/advanced/prematch/markets-and-outcomes)
+
+[SDK knowledge base](https://gem.azuro.org/hub/apps/sdk/overview)
+
+[Toolkit knowledge base](https://gem.azuro.org/hub/apps/toolkit/overview)
+
+### Templates
+
+[Main Azuro template](https://github.com/Azuro-protocol/example-app) (follow this template's project structure and tech stack even if you take the orderbook template as a basis for your design)
+
+[Orderbook-style template](https://github.com/Azuro-protocol/example-orderbook-app)
+
+### Required features
+
+1. **Historical price chart that reflects the market dynamics for prediction markets**
+
+Fetch historical odds / prices for each pre-match event and display their dynamic change month over month in the form of an interactive diagram. The x-axis should represent time, with a monthly breakdown, and the y-axis should display the price or odds. Allow users to hover over specific points on the chart to see exact odds/price and timestamp for that moment.
+
+Example:
+
+
+
+2. **Championship bracket for big tournaments**
+
+Find events that are connected to each other as parts of championships and organize them in the form of interactive championship brackets. Allow users to click on each team/matchup to place bets on the match. The bracket should be generated dynamically along with the new events being added to the smart contracts from the data provider.
+
+Example:
+
+
+
+### Support
+
+https://discord.com/channels/880927413742219374/1280121816987467880
\ No newline at end of file
diff --git a/pages/community/trading-ui-grant.mdx b/pages/community/trading-ui-grant.mdx
index a18e9c78..ea1bffae 100644
--- a/pages/community/trading-ui-grant.mdx
+++ b/pages/community/trading-ui-grant.mdx
@@ -9,7 +9,7 @@ import { Callout, Image } from 'components'
/>
- **Important Update:** this grant task is already assigned tp a team.
+ **Important Update:** this grant program is completed. Please find the solution created under this grant [here](https://github.com/Azuro-protocol/example-orderbook-app). Feel free to clone it and use as a template for your own app!
### 🌟 Objective
diff --git a/public/images/community/bracket.png b/public/images/community/bracket.png
new file mode 100644
index 00000000..06a18dbc
Binary files /dev/null and b/public/images/community/bracket.png differ
diff --git a/public/images/community/historical.png b/public/images/community/historical.png
new file mode 100644
index 00000000..aa532167
Binary files /dev/null and b/public/images/community/historical.png differ