Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
2137234 to
4549720
Compare
4549720 to
4e9d3df
Compare
b159e7c to
4f8fc9b
Compare
4e9d3df to
9a8eb0f
Compare
9a8eb0f to
a2e048f
Compare
saulmc
reviewed
Oct 23, 2025
| 1. An agent built using our Node or Agent SDK | ||
| 2. A payer wallet that has been [funded through the XMTP Funding Portal](./fund-your-app.mdx) | ||
|
|
||
| ## Setup your Signer |
Member
There was a problem hiding this comment.
Suggested change
| ## Setup your Signer | |
| ## Setup your Payer Wallet |
|
|
||
| ## Setup your Signer | ||
|
|
||
| When you create a client, you already specify a `Signer` that is used to link your XMTP identity to a wallet. You can choose to use the same `Signer` to pay for messages, or create a new one purely for this purpose. |
Member
There was a problem hiding this comment.
Suggested change
| When you create a client, you already specify a `Signer` that is used to link your XMTP identity to a wallet. You can choose to use the same `Signer` to pay for messages, or create a new one purely for this purpose. | |
| When you create a client, you already specify a `Signer` that is used to link your XMTP identity to a wallet. You can choose to use the same `Signer` as your payer wallet, or create a new one purely for this purpose. In either case, it must be the same wallet you [funded through the XMTP Funding Portal](./fund-your-app.mdx) |
|
|
||
| When you create a client, you already specify a `Signer` that is used to link your XMTP identity to a wallet. You can choose to use the same `Signer` to pay for messages, or create a new one purely for this purpose. | ||
|
|
||
| This Signer must be of type `eoa`. The `messagePayer` may not be a smart contract wallet, since the signatures need to be able to be verified offchain. |
Member
There was a problem hiding this comment.
Suggested change
| This Signer must be of type `eoa`. The `messagePayer` may not be a smart contract wallet, since the signatures need to be able to be verified offchain. | |
| This Signer must be of type `eoa`. The `messagePayer` may not be a smart contract wallet, since the signatures need to be able to be verified offchain. | |
| :::info | |
| You can fund your payer wallet from a smart contract wallet [using the XMTP Funding Portal](./fund-your-app.mdx). | |
| ::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add XMTP agent configuration guide to document how to configure an agent to pay for messages in configure-agent.mdx
Add a new documentation page that outlines XMTP agent setup for message payments, including signer and payer requirements, RPC configuration, and a TypeScript example using
Agent.create.messagePayerAgent.createwithsigner,rpcUrls.xmtp,dbEncryptionKey,env, andmessagePayerin configure-agent.mdx📍Where to Start
Start with the new documentation content in configure-agent.mdx, focusing on the
Agent.createexample and the signer andmessagePayerrequirements section.📊 Macroscope summarized a2e048f. 0 files reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted
🗂️ Filtered Issues
No issues evaluated.
<!-- MACROSCOPE_FOOTER_END -->\<!-- Macroscope's pull request summary ends here -->