Skip to content
chainkit / signal · providers — · 24h fleet telemetry
p95 ·
All providers
Provider

Metal (chainkit-internal)

id: metal

In-process address generation + validation + fee math. Pure-Go, no network calls.

Capabilities

What this provider does inside chainkit.

  • Fee math

    Estimate the fee for a transaction of a given size at a target priority.

  • Address gen

    Derive a new receive address from a key or descriptor.

  • Address check

    Validate an address string is well-formed for the active network.

  • Assemble

    Build an unsigned transaction from inputs, outputs, and metadata.

  • Sign

    Sign a transaction with a private key.

  • Size

    Predict the on-wire byte size of a transaction before broadcast.

Operational

Running it in production.

Auth
none
Chains
btc/mainnetbtc/testnet3btc/testnet4
Free tier
n/a — runs locally
Paid tier
Rate limit
no rate limit
In the SDK

Wire Metal (chainkit-internal) via the chainkit builder.

The builder accepts every provider you want in rotation. chainkit handles failover, retries, and scoring across them — pick capability coverage, not a single vendor.

main.go
1 import (
2 "github.com/exapsy/chainkit"
3 "github.com/exapsy/chainkit/bitcoin/providers"
4 )
5
6 p := providers.NewMetal(/* opts — see godoc */)
7
8 client, _ := chainkit.NewMixedProvidersBuilder().
9 WithProvider(p).
10 Build(ctx)

Snippet illustrative; refer to the godoc for the exact constructor signature.

Last 24 hours

Live performance.

Pulled from the same scoreboard as /scoreboard, narrowed to Metal (chainkit-internal). Polled every minute.

Loading live numbers…