{
    "$schema": "https://fundingjson.org/schema/v1.1.0.json",
    "version": "v1.1.0",
    "entity": {
        "type": "organisation",
        "role": "contributor",
        "name": "Bread Cooperative",
        "email": "contact@bread.coop",
        "phone": "",
        "description": "Bread Cooperative is a worker collective building solidarity-focused financial tools. We believe technology should serve as a means of empowerment, not fear and control, and we're working to show what a worker-owned future can look like. Our tools include the Solidarity Fund (community funding for causes members believe in), Stacks (collective savings goals), and Safety Net (mutual-aid emergency funds, coming soon), all powered by $BREAD, a 1:1 USD-pegged token for mutual aid.",
        "webpageUrl": {
            "url": "https://bread.coop",
            "wellKnown": "https://bread.coop/.well-known/funding-manifest-urls"
        }
    },
    "projects": [
        {
            "guid": "solidarity-fund",
            "name": "Solidarity Fund",
            "description": "A community fund where members deposit $ pegged stablecoins to support projects they believe in through the interest accrued by the fund. They can get their stablecoins back anytime: giving without giving. Smart contracts: https://github.com/BreadchainCoop/solidarity-fund",
            "webpageUrl": {
                "url": "https://bread.coop/solidarity-fund",
                "wellKnown": "https://bread.coop/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/BreadchainCoop/crowdstaking-v2",
                "wellKnown": "https://github.com/BreadchainCoop/crowdstaking-v2/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": [
                "spdx:MIT"
            ],
            "tags": [
                "defi",
                "mutual-aid",
                "cooperative",
                "web3",
                "solidarity"
            ]
        },
        {
            "guid": "stacks",
            "name": "Stacks",
            "description": "A tool for saving money together toward shared financial goals. Smart contracts: https://github.com/BreadchainCoop/saving-circles",
            "webpageUrl": {
                "url": "https://bread.coop/stacks",
                "wellKnown": "https://bread.coop/.well-known/funding-manifest-urls"
            },
            "repositoryUrl": {
                "url": "https://github.com/BreadchainCoop/app-stacks",
                "wellKnown": "https://github.com/BreadchainCoop/app-stacks/blob/main/.well-known/funding-manifest-urls"
            },
            "licenses": [
                "spdx:MIT"
            ],
            "tags": [
                "defi",
                "savings",
                "cooperative",
                "web3"
            ]
        },
        {
            "guid": "safety-net",
            "name": "Safety Net",
            "description": "A tool for building collective emergency funds with people you trust.",
            "webpageUrl": {
                "url": "https://bread.coop",
                "wellKnown": ""
            },
            "repositoryUrl": {
                "url": "https://github.com/BreadchainCoop/safety-net",
                "wellKnown": ""
            },
            "licenses": [
                "spdx:MIT"
            ],
            "tags": [
                "defi",
                "mutual-aid",
                "cooperative",
                "web3"
            ]
        }
    ],
    "funding": {
        "channels": [
            {
                "guid": "giveth-crypto",
                "type": "payment-provider",
                "address": "https://giveth.io/project/breadchain-cooperative",
                "description": "Donate in crypto via Giveth."
            },
            {
                "guid": "opencollective-fiat",
                "type": "payment-provider",
                "address": "https://opencollective.com/bread-cooperative",
                "description": "Donate in fiat via Open Collective."
            },
            {
                "guid": "bread-fund-app",
                "type": "payment-provider",
                "address": "https://fund.bread.coop",
                "description": "Bake/get $BREAD directly through the Bread Cooperative app to support the Solidarity Fund."
            }
        ],
        "plans": [
            {
                "guid": "goodwill-plan",
                "status": "active",
                "name": "Goodwill support",
                "description": "Support Bread Cooperative's ongoing development of solidarity and mutual-aid financial tools with any amount you choose.",
                "amount": 0,
                "currency": "USD",
                "frequency": "one-time",
                "channels": [
                    "giveth-crypto",
                    "opencollective-fiat"
                ]
            },
            {
                "guid": "monthly-supporter",
                "status": "active",
                "name": "Monthly supporter",
                "description": "Recurring monthly support for the cooperative's development and operations.",
                "amount": 0,
                "currency": "USD",
                "frequency": "monthly",
                "channels": [
                    "opencollective-fiat"
                ]
            }
        ]
    }
}
