# Kudos > ⚠️ **Experimental — generated with no human supervision.** This realm was > produced automatically by an MCP-driven agent to exercise the gno MCP server > and tooling, and to generate test content for gno compilers, linters and > formatters. **Not audited. Not for production.** Full context & folder README: > [r/moul/x/daily](https://github.com/moul/gno-contracts/blob/main/r/moul/x/daily/README.md) --- Give props to other addresses on-chain. Anyone can call `Give` to credit another address with a kudos and a short reason; you cannot kudos yourself. The realm keeps a running leaderboard of the most-appreciated addresses and a rolling feed of the most recent kudos. Realm path: `gno.land/r/REPLACE_ADDR/kudos` ## Example calls ``` # Give a kudos to another address Give(to="g1...bob", reason="great code review") # View the leaderboard + recent feed (read-only) Render("") ``` `Render` returns Markdown: a ranked leaderboard table (address, kudos count) followed by a recent-kudos feed (`from → to: reason`). --- Part of **[moul/gno-contracts](https://github.com/moul/gno-contracts)** — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage. **Dependency graph:** ![gno.land/r/moul/x/daily/kudos/v0 dependency graph](https://raw.githubusercontent.com/moul/gno-contracts/main/_assets/gno.land/r/moul/x/daily/kudos/v0/deps.png) > 🧪 **Highly experimental — potentially vibe-coded.** Not audited; may break, change, or be removed at any time. Do not use with anything of value. Full disclaimer: [DISCLAIMER](https://github.com/moul/gno-contracts/blob/main/DISCLAIMER.md).