braidwork

Answers to Common Questions

Last revised on March 12, 2025.

Network

What is the Braid Chain, and why did you build it?

The Braid Chain is a decentralized rollup built for social products that have to stay cheap once traffic gets real. It answers three problems that have followed open networks around for years: silent takedowns, unclear ownership of the graph, and creators who never see the money. It is assembled on the Loomstack proving framework, which leaves members holding both their audience and their identity.

Why was the Loomstack framework picked as the base?

It gave us provable settlement without a bespoke prover, and its data-availability options let us tune cost per post rather than per transfer.

What is a validium, and why does the Braid Chain lean on one?

A validium proves state changes on the settlement layer while keeping the underlying data off it. For high-frequency social writes that is the difference between fractions of a cent and something nobody would pay.

What are the main phases of the Braid Chain rollout?

Three: a permissioned testnet, an open testnet with incentives, then mainnet with the sequencer handed over in stages.

How does the Braid Chain treat social traffic differently from financial transactions?

Posts, follows, and reactions run through a lighter lane with softer finality. Anything that moves value takes the strict path and settles fully before it is treated as final.

How will the chain keep social apps affordable at scale?

Batched proofs, off-chain data availability, and sponsored fees that let an app absorb the cost of a member’s first few hundred actions.

What does the experience feel like day to day?

Like an ordinary app. Keys sit behind a passkey, fees are usually invisible, and nothing asks you to sign a prompt in order to leave a comment.

How can builders request $WEFT test tokens for the Braid Network testnet?

Connect a wallet to the faucet in the console and it releases 250 $WEFT every eight hours, with a larger grant available on request for teams running load tests.

How do I get onto the Braid Chain?

Add the network from the docs page in one click, or open any app already built on it and the switch happens for you.

Standards

What are the notable changes to the core primitives?

Profiles became accounts, follows moved to their own registry, and every piece of content now carries a rule set rather than inheriting one.

Are there differences in the tooling, such as the Braid APIs and SDKs?

The query surface is close to what you already know. Writes changed shape, so the client libraries ship a codemod that rewrites most call sites for you.

Which libraries and toolkits can talk to the new protocol version?

First-party clients for TypeScript, Swift, and Rust are current. Anything speaking plain JSON-RPC works without a wrapper.

What is involved in porting a Braid Module?

Swap the base interface, re-deploy, and register the module against your account. Most take an afternoon; the storage layout is unchanged.

Moving Over

For Members

How were existing Braid profiles carried across?

Every handle, follow edge, and post was snapshotted and rewritten onto the new chain over a single weekend. Nothing was dropped and nothing changed hands.

Did members have to do anything themselves?

No. The only visible step was signing in again once, which pairs your existing key with the new account record.

For Builders

How are projects on the old Braid infrastructure expected to move to the new chain and protocol version?

Point your client at the new endpoint, run the codemod, then re-register any modules. Read paths keep working against a compatibility gateway for a full year.

What should teams weigh up before moving to the Braid Chain from mainnet or another rollup?

Where your data availability sits, how you want fees sponsored, and whether any contract you depend on has been deployed here yet. The console lists all three before you commit.

Is there a cut-off date for moving?

The compatibility gateway stays up until 30 June 2026. After that, writes only land on the new chain.

Something still unclear? Braidwork moves quickly, and we would rather answer than leave you guessing. Send anything you are unsure about our way.

Talk to us