You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agents.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ description: Look up Base documentation with a compact directory-grouped index b
13
13
-[Base Account](./base-account/llms.txt)
14
14
-[Base Chain](./base-chain/llms.txt) — Bridge tokens and messages between Base and Solana Mainnet
15
15
-[Get Started](./get-started/llms.txt)
16
-
-[Ledger](./ledger/llms.txt) — Base Ledgers let enterprises launch their own private payments products on Base. It allows you to build a private payments environment connected to Base. Balances, transactions, and transfers stay off public block explorers, while funds settle on Base.
16
+
-[Ledgers](./ledgers/llms.txt) — An introduction to Base Ledgers, the enterprise way to run confidential payments that settle on Base.
> Base Ledgers let enterprises launch private payments products connected to Base. Balances, transactions, and transfers stay off public block explorers while funds settle on Base.
6
+
7
+
## Introduction
8
+
- [Ledgers overview](https://docs.base.org/ledgers/overview.md) - Learn what Base Ledgers are, when to use them, and how private payments settle on Base
9
+
10
+
## Guides
11
+
- [How it works](https://docs.base.org/ledgers/how-it-works.md) - Follow the payment lifecycle from deposit, to private ledger activity, to withdrawal
12
+
- [Deposit flow](https://docs.base.org/ledgers/deposit-flow.md) - Understand how funds enter a ledger and which deposit details remain hidden onchain
13
+
- [Withdraw flow](https://docs.base.org/ledgers/withdraw-flow.md) - Understand how funds exit a ledger and how withdrawal authorization works
description: "What happens when funds exit a ledger, and how you control withdrawal authorization."
5
5
---
6
6
7
-
Funds leave a Base Ledger through the Portal contract on Base. The ledger keeps recipients and balances private.
7
+
Funds leave a ledger through the Portal contract on Base. The ledger keeps recipients and balances private.
8
8
9
9
<Frame>
10
-

10
+

11
11
</Frame>
12
12
13
13
Withdrawals move funds from the ledger back to a recipient on Base. You choose how the Portal validates a withdrawal onchain, from a simple signature check to full state-transition proofs. The ledger debits the account when you commit the withdrawal; you then submit the authorization onchain and the Portal releases the funds.
- [Build an app on Base](https://docs.base.org/apps/quickstart/build-app): A step-by-step guide to building a Next.js tally app on Base using wagmi and viem, with wallet connection, contract reads and writes, and batch transaction support.
408
408
- [Add notifications](https://docs.base.org/apps/technical-guides/base-notifications): Send in-app notifications to your app's users through the Base Dashboard REST API.
409
409
410
-
## Ledger
411
-
- [Ledger overview](https://docs.base.org/ledger/overview): Base Ledgers let enterprises launch their own private payments products on Base. It allows you to build a private payments environment connected to Base. Balances, transactions, and transfers stay off public block explorers, while funds settle on Base.
412
-
- [Deposit flow](https://docs.base.org/ledger/deposit-flow): How deposits move funds from Base into a Base Ledger through the Portal contract, encrypting the recipient so deposits stay unlinkable while the asset, amount, and sender settle publicly onchain.
413
-
- [How it works](https://docs.base.org/ledger/how-it-works): The lifecycle of a payment on a Base Ledger: funds enter through the Portal contract, move privately within the ledger, and exit back to Base, with the operator authorizing each step.
414
-
- [Withdraw flow](https://docs.base.org/ledger/withdraw-flow): How withdrawals move funds from a Base Ledger back to Base through the Portal contract, with operator-signed authorization and validation you choose, while keeping the sender account private.
410
+
## Ledgers
411
+
- [Ledgers overview](https://docs.base.org/ledgers/overview): An introduction to Base Ledgers, the enterprise way to run confidential payments that settle on Base.
412
+
- [Deposit flow](https://docs.base.org/ledgers/deposit-flow): What happens when funds enter a ledger, and which deposit details stay hidden onchain.
413
+
- [How it works](https://docs.base.org/ledgers/how-it-works): A walkthrough of the three stages every Base ledger payment passes through.
414
+
- [Withdraw flow](https://docs.base.org/ledgers/withdraw-flow): What happens when funds exit a ledger, and how you control withdrawal authorization.
415
415
416
416
## Optional
417
417
- [Base MCP server](https://docs.base.org/mcp): Direct AI access to Base documentation
Copy file name to clipboardExpand all lines: docs/llms.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -319,11 +319,11 @@
319
319
- [Build an app on Base](https://docs.base.org/apps/quickstart/build-app): A step-by-step guide to building a Next.js tally app on Base using wagmi and viem, with wallet connection, contract reads and writes, and batch transaction support.
320
320
- [Add notifications](https://docs.base.org/apps/technical-guides/base-notifications): Send in-app notifications to your app's users through the Base Dashboard REST API.
321
321
322
-
## Ledger
323
-
- [Ledger overview](https://docs.base.org/ledger/overview): Base Ledgers let enterprises launch their own private payments products on Base. It allows you to build a private payments environment connected to Base. Balances, transactions, and transfers stay off public block explorers, while funds settle on Base.
324
-
- [Deposit flow](https://docs.base.org/ledger/deposit-flow): How deposits move funds from Base into a Base Ledger through the Portal contract, encrypting the recipient so deposits stay unlinkable while the asset, amount, and sender settle publicly onchain.
325
-
- [How it works](https://docs.base.org/ledger/how-it-works): The lifecycle of a payment on a Base Ledger: funds enter through the Portal contract, move privately within the ledger, and exit back to Base, with the operator authorizing each step.
326
-
- [Withdraw flow](https://docs.base.org/ledger/withdraw-flow): How withdrawals move funds from a Base Ledger back to Base through the Portal contract, with operator-signed authorization and validation you choose, while keeping the sender account private.
322
+
## Ledgers
323
+
- [Ledgers overview](https://docs.base.org/ledgers/overview): An introduction to Base Ledgers, the enterprise way to run confidential payments that settle on Base.
324
+
- [Deposit flow](https://docs.base.org/ledgers/deposit-flow): What happens when funds enter a ledger, and which deposit details stay hidden onchain.
325
+
- [How it works](https://docs.base.org/ledgers/how-it-works): A walkthrough of the three stages every Base ledger payment passes through.
326
+
- [Withdraw flow](https://docs.base.org/ledgers/withdraw-flow): What happens when funds exit a ledger, and how you control withdrawal authorization.
327
327
328
328
## Optional
329
329
- [Base MCP server](https://docs.base.org/mcp): Direct AI access to Base documentation
0 commit comments