tollgate

TIP-02 - Cashu payments


TollGate Discovery

A TollGate that accepts Cashu tokens as payment may advertise its pricing using the following tags.

{
    "kind": 10021,
    // ...
    "tags": [
        // <TIP-01 tags>
        ["price_per_step", "<bearer_asset_type>", "<price>", "<unit>", "<mint_url>", "<min_steps>"],
        ["price_per_step", "...", "...", "...", "...", "..."],
    ]
}

Tags:

Example

{
    "kind": 10021,
    // ...
    "tags": [
        // <TIP-01 tags>
        ["price_per_step", "cashu", "210", "sat", "https://mint.domain.net", 1],
        ["price_per_step", "cashu", "210", "sat", "https://other.mint.net", 1],
        ["price_per_step", "cashu", "500", "eur", "https://mint.thirddomain.eu", 3],
    ]
}

Payment

The customer sends a Cashu token directly over the TollGate’s supported transport(s). The allotment the customer receives is relative to the value of the token sent.

cashuB...