Skip to content

Add loan flow diagram and expand deployer variant descriptions#77

Merged
mejango merged 1 commit intomainfrom
docs/readme-quality-pass
Mar 22, 2026
Merged

Add loan flow diagram and expand deployer variant descriptions#77
mejango merged 1 commit intomainfrom
docs/readme-quality-pass

Conversation

@mejango
Copy link

@mejango mejango commented Mar 22, 2026

Summary

  • Add a mermaid sequence diagram under "Token-Collateralized Loans" showing the full borrow flow (burn collateral, pull funds via useAllowanceOf, mint loan ERC-721) and repay flow (burn loan NFT, return funds via addToBalanceOf, re-mint collateral tokens).
  • Expand each deployer variant bullet with guidance on when to choose it (basic for fungible-only, tiered 721 for day-one NFT sales, croptop for open publishing platforms).

Test plan

  • Verify mermaid diagram renders correctly on GitHub
  • Confirm all existing content is unchanged
  • Check deployer variant descriptions are accurate against the source code

Generated with Claude Code

Add a mermaid sequence diagram showing the borrow and repay flows
(burn collateral, pull funds, mint NFT, then repay, burn NFT, return
funds, re-mint tokens). Expand each deployer variant bullet with
guidance on when to choose it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mejango mejango merged commit 1f69326 into main Mar 22, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant