Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/coins/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the first time creators earn across posts, creators, and the platform. *

## How It Works

Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool that with a custom hook that:
Every coin has a **backing currency** and trades through a dedicated Uniswap V4 pool with a custom hook that:
- **Distributes rewards** to creators, referrers, and the protocol on every trade
- **Preserves liquidity** by locking 33% of trading fees as permanent pool depth
- **Converts fees** through multi-hop swaps to ensure all rewards are paid in ZORA
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/coins/sdk/metadata-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The ZORA SDK supports handling metadata when using an SDK API key.

This utilizes ZORA's internal IPFS pinning and delivery infastructure.
This utilizes ZORA's internal IPFS pinning and delivery infrastructure.

You are welcome to implement your own uploader or connect another IPFS provider to the uploader infastructure. You'll get performant uploads and more reliable metadata indexing using this service. You also can utilize a `multiUploader` interface to upload to both your own service and ZORA's service.
You are welcome to implement your own uploader or connect another IPFS provider to the uploader infrastructure. You'll get performant uploads and more reliable metadata indexing using this service. You also can utilize a `multiUploader` interface to upload to both your own service and ZORA's service.

## Example Usage

Expand Down