Skip to content

Commit 6e7ddc7

Browse files
authored
Add FUNDING.json for Drips Protocol passive donations (#1049)
1 parent ab3676e commit 6e7ddc7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

FUNDING.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"drips": {
3+
"ethereum": {
4+
"ownedBy": "0x0A91540efd651E8fbeb91FA5c6c31D7c20897C18"
5+
}
6+
}
7+
}

docs/NOW.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# NOW -- Trinity t27 sync
22

3-
Last updated: 2026-06-01
3+
Last updated: 2026-06-02
4+
5+
## funding-json-drips -- add FUNDING.json for Drips Protocol passive donations (Closes #1050)
6+
7+
- **WHERE** (repository root metadata): new `FUNDING.json` at the top of the tree declares the Ethereum mainnet recipient `0x0A91540efd651E8fbeb91FA5c6c31D7c20897C18` under the standard `drips.ethereum.ownedBy` schema consumed by [Drips Protocol](https://www.drips.network/). No code paths, no specs, no generated artefacts, no conformance files are touched. After merge the project is claimed via wallet signature at https://www.drips.network/app/claim-project so the repository becomes eligible for passive donation flows and for Drips Wave issue rewards.
8+
- **Why**: makes the public OSS work in this repository discoverable to the Drips passive-donation flow alongside `gHashTag/claim-audit-lab` and `gHashTag/trios-mcp`, which received identical metadata-only PRs (claim-audit-lab#1 merged, trios-mcp#6 merged). The file is informational only; it does not commit the project to any obligation and does not affect the L5 phi identities or any [Verified] claim. L6 untouched (gf16 SSOT and conformance JSON unchanged); L2 untouched (no `gen/` edits); L4 not applicable (metadata file, not a `.t27` spec). Closes #1050.
9+
- **Anchor**: phi^2 + phi^-2 = 3
410

511
## fix-gen-verilog-typealias -- type aliases emitted as comments, not invalid params (Closes #1027 Refs #979)
612

0 commit comments

Comments
 (0)