Skip to content

P2P community trust and funding system based on G$ streams

License

Notifications You must be signed in to change notification settings

GoodDollar/trust-squared

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the GoodDollar Ecosystem!

Thank you for your interest in contributing to GoodDollar, we’re excited you’re here. GoodDollar is a nonprofit, open-source protocol focused on building Universal Basic Income (UBI) on-chain through the G$ token. Our mission is to make financial access more inclusive by giving people around the world a basic economic safety net, while enabling builders to create real-world applications on top of that foundation. We design and maintain open-source smart contracts, SDKs, and decentralized applications (dApps) that make it easy for anyone to integrate G$ into products, services, and communities. If you care about:

  • Financial inclusion
  • Web3 for social impact
  • Open-source collaboration
  • Building tools people actually use
    You’re in the right place.

Who Can Contribute?

Everyone is welcome. Whether you’re a:

  • Developer (frontend, backend, smart contracts, full-stack)
  • Designer or UX researcher
  • Product builder or founder
  • Technical writer or documentation contributor
  • Student, hobbyist, or experienced professional
  • Entrepreneur, etc.

There are multiple paths to participate depending on your interests, skills, and availability.

Want to Learn More First?

These explain how G$ works, the token mechanics, the UBI model, and the broader vision.


Wondering How You Can Contribute? Here Are a Few Paths 👇

If you’re excited about building technology that expands access, dignity, and opportunity, we’d love to have you contribute.

1) Build or Plan a Project That Integrates G$

If you’re working on (or exploring) a product that uses G$, check out the GoodBuilders Program — a mentorship + funding initiative that supports teams building with GoodDollar.

Apply / Learn more:
👉 https://ubi.gd/goodbuilders

Questions or community chat on Telegram:
👉 https://ubi.gd/GoodBuildersTG

Great fit for founders, indie hackers, and product teams


2) Contribute to Open Source via GoodDollar Bounties

GoodDollar Bounties are small- to medium-scope tasks across our open-source repos. You pick an issue, ship a fix or feature, and earn G$.

Perfect if you want:

  • Clear tasks
  • Fast feedback
  • A way to get familiar with the codebase
  • To earn while contributing

3) Have Your Own Idea?

If you have an idea for improvements, tooling, or experiments, and want more autonomy, you can propose your own work through our Gardens Pool for Open Source Contributors:

👉 Welcome to GoodDollar development – Discourse Forum

This path is ideal for proactive contributors who want to shape what gets built.


General Contribution Guidelines

These guidelines apply to all contributors across the GoodDollar repositories.

1) Quick Context

GoodDollar code lives across multiple repositories:
https://github.com/GoodDollar

Please use the provided templates when opening:

  • Issues: ./.github/ISSUE_TEMPLATE
  • Pull Requests: ./.github/PULL_REQUEST_TEMPLATE

2) Before You Start

  • Get familiar with the repository and its architecture
  • Skim existing code to learn patterns and best practices
  • Reuse existing helpers and components where possible
  • For UI work, check if similar components already exist

3) Getting Started

  1. Fork and clone the repository
  2. Create a feature branch
  3. Make your changes following existing patterns
  4. Test your changes
  5. Open a PR with a clear description

4) What You Can Contribute.

GoodDollar Bounty contributors can find available tasks directly here on GitHub as mentioned. See [GoodDollar Bounties (Overview)] (#GoodDollar-Bounties-(Overview) ) If you’re interested in contributing through the Open Contributors Pool Please start by applying on The GoodDollar Discourse Forum. Below are some issues you can look out for:

  • Feature ideas
  • Bug fixes
  • Documentation improvements
  • Small enhancements and refactors

All contributions are welcome and triaged based on maintainer priority and capacity.

5) While Building

  • Reproduce the issue locally if applicable
  • Follow the repo’s framework and language conventions
  • Keep changes focused and scoped
  • Ask questions early if anything is unclear
  • We ask that you follow the default principles and best practices of the framework, language, and existing design patterns. If you’re designing something new, aim for simple, usable, and consistent experiences. Make sure your change fits naturally within the part of the product where it will live.

6) Opening a Pull Request

We follow the GitHub flow: https://guides.github.com/introduction/flow/

To make the review faster:

  • One PR should solve one issue
  • Reference the related issue using #issue-number
  • Clearly explain what you changed and why
  • Add screenshots or demo video for UI/UX changes (desktop + mobile)
  • Make sure builds pass and typings are correct (most repos use TypeScript)
  • Use existing linting and formatting rules (prettier, eslint, etc.)

VSCode formatting tip:

{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnPaste": false, // required
  "editor.formatOnType": false, // required
  "editor.formatOnSave": true, // optional
  "editor.formatOnSaveMode": "file", // required to format on save
  "files.autoSave": "onFocusChange", // optional but recommended
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit"
  },
"[typescriptreact]": {
  "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
  "editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

Tip: If you’re unsure about anything, ask in the bounty support channel. We’re happy to help early rather than after a PR goes off-track.

7) During Review

  • Share progress at least every 3 days (draft PRs are great). If any issue arises, please communicate as needed.
  • We request that you not resolve comments made by the maintainer or AI (automated) yourself, only reply with what you changed or why. . When you’ve made the requested changes, reply to the comment to let us know; reviewers and maintainers will handle resolving it.
  • Respond to feedback promptly.
  • A maintainer will assign you or ask a quick clarifying question. We highly encourage you to ask follow-up questions, too, if anything about the scope or implementation isn’t fully clear. This helps avoid rework and speeds up reviews.

8) Staying Active

  • If there are no updates and no response for 3 days, the issue may be unassigned
  • If you’re stuck or blocked, let us know — we’re happy to help
  • Ask questions and share blockers as soon as they come up — in the Builders Telegram channel or directly on the GitHub issue/PR
  • If your PR starts to grow bigger than expected, please ask for an in-progress review
  • For some bounties, we may suggest small milestones along the way

9) Documentation Guidelines

  • Add or update documentation when relevant and let us know when you do
  • Include examples or demos when helpful
  • Reach out to us in any relevant channel — we’re happy to assist

GoodDollar Bounties Overview

Bounties are posted as GitHub issues and tracked in a Projects board.
[GitHub Bounties Board] (https://github.com/orgs/GoodDollar/projects/5/views/1)

How it Works

  1. Browse the Bounties Board and find an issue in Ready-For-Assignment. Bounties are labeled gd-bounty- (for example: gd-bounty-basic, gd-bounty-common, etc.), so you can quickly see the tier and scope.
  2. To claim a bounty, comment on the issue to request assignment - Example: I’d like to take this. ETA: 2–3 days.
  3. Once assigned and want to start working, implement the task and open a Pull Request (PR)
  4. In the PR description, link the issue and explain what you fixed/changed/added
  5. Request a review using GitHub’s Request Review button
  6. Address feedback (including automated review comments).
  7. After merge, request payout in the Gardens OS Contributors Pool

Submit a payout request with:

  • PR link
  • Issue link
  • Bounty tier
  • Your payout address

A maintainer or committee member will review and approve the payout. Please note: To submit a payout request through the Gardens Pool, you must be a community member and stake 100,000 G$ in the pool. As long as your stake remains active, you’ll be able to create proposals. This requirement helps keep the process running smoothly and supports a healthy, trusted contributor system. 8. Once approved, you’ll receive G$ based on the bounty tier

Bounty Tiers Explained

Each bounty is assigned a tier that reflects its scope, difficulty, and expected time commitment. Higher tiers come with higher G$ rewards.

  • Basic – Small fixes or straightforward tasks (e.g., UI tweaks, minor bug fixes, documentation updates)
  • Common – Medium-sized features or improvements that require some familiarity with the codebase
  • Rare – Larger features or greater improvements that touch multiple areas or require a solid understanding of the system
  • Mythic – Complex work involving architecture, performance, or important product flows
  • Legendary – High-impact initiatives such as major features, protocol-level changes, or long-running improvements

The tier is shown on each bounty issue so you know upfront what level of effort (and reward) to expect. Payouts are in G$.

Tier Reward (USD) Reward (G$)
Basic $25 250,000 G$
Common $50 500,000 G$
Rare $150 1,500,000 G$
Epic $250 2,500,000 G$
Mythic $350 3,500,000 G$
Legendary $450 4,500,000 G$

Important to Note

  • G$ rewards are calculated using a base price of $0.0001 per G$
  • Because token prices can move, we can’t guarantee the exact value at the time of distribution
  • Each bounty’s tier is set upfront based on scope (taking longer to finish doesn’t change the payout amount)

Where Bounties Live

Bounties Board (source of truth):
https://github.com/orgs/GoodDollar/projects

Some eligible repositories:

Look for issues labeled gd-bounty and a tier label (Basic / Common / Advanced / etc.).


Need Help?


Your contributions, large or small, help push GoodDollar toward its mission of reducing wealth inequality through open, decentralized tools.

Thank you for building with us and welcome to GoodDollar!

About

P2P community trust and funding system based on G$ streams

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.9%
  • Solidity 6.8%
  • JavaScript 1.7%
  • CSS 1.3%
  • HTML 0.3%