Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ownafarm.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Invoice tokenization enables farmers to receive instant liquidity by converting real-world invoices into blockchain assets.

Process

When a farmer submits an invoice:
1

Record on-chain

Invoice details are recorded on-chain.
2

Mint NFT

An ERC-1155 NFT is minted to represent the invoice.
3

Investors purchase

Investors purchase fractional ownership of the invoice.
4

Claim at maturity

Token holders claim their share when the invoice matures.

Benefits

BenefitDescription
SpeedFunding in hours, not months
AccessNo bank account requirements
Fair ratesMarket-determined pricing
No collateralInvoice is the security

Invoice lifecycle

StatusCodeDescription
Pending0Awaiting admin review
Approved1Open for investment
Rejected2Did not pass review
Funded3Fully funded
Completed4All claims processed

Invoice structure

FieldTypeDescription
farmeraddressInvoice submitter
offtakerIdbytes32Buyer identifier
targetFunduint128Amount to raise
fundedAmountuint128Current amount funded
yieldBpsuint16Yield in basis points
durationuint32Lock period (seconds)
statusuint8Current status

Investment example

Invoice: $10,000 target, 15% yield
Investor A: $2,000 (20%)  ->  Return: $2,300
Investor B: $3,000 (30%)  ->  Return: $3,450
Investor C: $5,000 (50%)  ->  Return: $5,750
Each investor receives an NFT and proportional yield.

Security

LayerProtection
Smart contractFunds locked until conditions met
ERC-1155Audited token implementation
ImmutableCannot alter after submission
AutomaticNo manual intervention