FOUNDING MEMBER

Founding Member Pricing

First 100 members get 34% off — locked forever

Your rate is guaranteed for life.

Launching June 1, 2026. Pay now, lock in your rate forever.

100 spots remaining

Starter

$19/mo

Regular: $29/mo

billed annually

  • 50 envelopes · 2 users included
  • Hash-chained audit trails
  • PAdES digital signatures
  • Dual RFC 3161 timestamps
  • Bitcoin blockchain anchoring
  • Your rate never increases
Claim Founding Rate

$228/yr billed annually

Most Popular

Professional

$65/mo

Regular: $99/mo

billed annually

  • 200 envelopes · 5 users included
  • Everything in Starter, plus:
  • Plain-English document summaries
  • Free court-ready declarations
  • 7-year document retention
  • Your rate never increases
Claim Founding Rate

$780/yr billed annually

Business

$199/mo

Regular: $299/mo

billed annually

  • 1,000 envelopes · 15 users included
  • Everything in Professional, plus:
  • Team organizations
  • Remote online notarization
  • Custom retention (up to 99 yr)
  • Your rate never increases
Claim Founding Rate

$2,388/yr billed annually

Annual prepay required. Platform launches June 1, 2026. Your subscription year begins at launch. Rate locked for life as long as subscription is active. If cancelled, founding rate cannot be restored.

Pricing

Stronger records cost much less than the disputes they prevent

Simple pricing with no hidden fees. Every plan includes cryptographic proof, audit trails, and legal compliance.

No subscription required

Pay-As-You-Go Envelope Packs

Buy envelope credits. No monthly commitment. Same evidence and legal defensibility as subscribed plans. Pay only when you actually send a document for signature.

5 Pack
$12.45
$2.49 per envelope
Buy Now
Best Value
25 Pack
$49.75
$1.99 per envelope
Save 33%
Buy Now
100 Pack
$149.00
$1.49 per envelope
Save 50%
Buy Now

What's included in every pack

PAdES-LTA digital signatures (green checkmark)
Dual RFC 3161 trusted timestamps
SHA-256 hash-chained audit trail
Bitcoin + GitHub evidence anchoring
Public document verification
Certificate of Completion
331 legal templates
Credits never expire
Import from Dropbox, Google Drive, OneDrive, Box

Most competitors require a $10–25/mo subscription even for occasional use. With Abundera, you pay only when you send.

Or subscribe and save:

Starter

$24/mo

Billed annually at $290/yr

50 envelopes · 2 users included

  • Up to 2 users (+$10/mo per extra, +10 envelopes)
  • API access (standard limits)
  • 331 legal templates
  • Hash-chained audit trails
  • Certificate of Completion
  • PAdES digital signatures
  • Dual RFC 3161 timestamps
  • Bitcoin blockchain anchoring
  • GitHub evidence anchoring
  • Public verification page
  • Access code authentication
  • Auto reminders
  • Webhooks (HMAC-signed)
  • Email notifications
  • 3-year document retention
  • $1.50/envelope overage
Join Waitlist

Business

$249/mo

Billed annually at $2,990/yr

1,000 envelopes · 15 users included

  • Up to 15 users (+$5/mo per extra, +25 envelopes)
  • Everything in Professional, plus:
  • Team organizations
  • Template CRUD API
  • Audit trail export API
  • VPN / proxy blocking
  • Custom retention (up to 99 yr)
  • Volume API rate limits
  • Priority support
  • 99.9% SLA guarantee
  • Dedicated onboarding
  • SMS OTP verification 50/mo free
  • ID verification included 2/mo free
  • $0.50/envelope overage
Join Waitlist

Enterprise & White Label

Run Abundera Sign under your own brand. Custom domain, your logo, your colors — your clients never see ours. Unlimited envelopes, custom SLA, dedicated onboarding, and full Template CRUD API for building your own signing experience.

Contact Sales

Per-Use Add-Ons (Professional+ plans)

SMS OTP verification$0.05/SMS
Gov. ID verification$3/check
Premium ID (liveness + NFC)$5/check
KBA (knowledge-based auth)$5/session
Remote Online Notarization$25/session
Court-Ready Declaration$49/each
Pay-to-Sign (collect payment before signing)Stripe fees only

Business plan includes 50 ID verifications/mo free. Court-ready declarations are free for active subscribers. RON is Business+ only. All other add-ons are pay-per-use. AI document summaries, identity photos, GPS location, and audio/video statements are included at no extra cost.

All plans include: ESIGN Act + UETA compliance, SHA-256 hash-chained audit trails, PAdES digital signatures with trusted timestamps, RFC 3161 timestamps, Certificate of Completion, cryptographic proof pages, signer evidence scoring, signing ceremony proof, tamper-evident seals, public verification page, signer decline with reason, immutable evidence storage, bot/prefetch detection, and multi-provider email delivery.

The Math

What a disputed contract actually costs

$50,000+

Average cost to litigate a contract dispute. Attorney fees, expert witnesses, discovery, and court costs add up fast — even if you win.

37% fewer

Compliance errors with proper e-signature audit trails (Aberdeen Group). Fewer errors means fewer disputes, fewer fines, fewer sleepless nights.

$36 saved

Per agreement in processing costs vs. paper (DocuSign study). Printing, shipping, scanning, filing, chasing — all gone. That's before the legal savings.

Non-repudiation

Our hash-chained audit trail + RFC 3161 timestamps make post-signature tampering detectable and signer denial substantially harder to sustain. Built for stronger post-signature proof than standard audit-trail-only workflows.

Why Abundera Sign

Compare evidence depth, not just signature collection

See how Abundera stacks up against DocuSign, Dropbox Sign, PandaDoc, and SignNow across 35+ features — including what a 20-person team actually pays.

View Full Comparison

Developer-First API

One API call. That's it.

Full REST API with JWT auth. Create envelopes, list status, download PDFs, verify audit trails. HMAC-signed webhooks on every event.

POST /api/v1/envelopes
Authorization: Bearer <jwt>

{
  "template": "nda-mutual",
  "signers": [
    {"email": "alice@example.com", "name": "Alice", "role": "party_a"},
    {"email": "bob@example.com", "name": "Bob", "role": "party_b"}
  ],
  "fields": {"company_name": "Acme Corp"}
}
POST /api/v1/envelopes
Authorization: Bearer <jwt>

{
  "template": "nda-mutual",
  "signers": [
    {"email": "alice@example.com", "name": "Alice", "role": "party_a"},
    {"email": "bob@example.com", "name": "Bob", "role": "party_b", "phone": "+15551234567"}
  ],
  "fields": {"company_name": "Acme Corp"},
  "sign_order": true,
  "access_code": "7291",
  "geo_lock": ["US", "CA"],
  "expiry_days": 14,
  "reminder_days": 3,
  "callback_url": "https://yourapp.com/webhooks/signed"
}
POST /api/v1/envelopes
Authorization: Bearer <jwt>

{
  // Document & Organization
  "template": "nda-mutual",
  "org_id": "550e8400-e29b-41d4-a716-446655440000",
  "fields": {"company_name": "Acme Corp", "effective_date": "2026-04-01"},
  "locked_fields": ["company_name", "effective_date"],
  "metadata": {"deal_id": "D-1042", "department": "legal"},

  // Signers & Recipients
  "signers": [
    {"email": "alice@example.com", "name": "Alice Chen", "role": "party_a"},
    {"email": "bob@example.com", "name": "Bob Smith", "role": "party_b", "phone": "+15551234567"}
  ],
  "cc": [{"email": "legal@acme.com", "name": "Legal Team"}],
  "sign_order": true,
  "allow_delegate": false,

  // Security Gates
  "access_code": "7291",
  "geo_lock": ["US", "CA"],
  "block_vpn": true,

  // Identity Verification
  "require_photo": "required",
  "require_geolocation": "optional",
  "require_audio_statement": "required",
  "require_video_statement": "optional",
  "require_id_verification": "required",
  "require_kba": "optional",
  "ai_summary": true,

  // PDF Customization
  "watermark": "CONFIDENTIAL",
  "footer": {"left": "Acme Corp", "right": "Confidential", "rule": true},
  "attach_pdf": true,

  // Lifecycle
  "expiry_days": 14,
  "retention_years": 7,
  "reminder_days": 3,
  "max_reminders": 5,
  "message": "Please review and sign the NDA before our meeting Friday.",

  // Webhook & Payment
  "callback_url": "https://api.acme.com/webhooks/sign",
  "payment_amount": 5000,
  "payment_currency": "usd"
}

FAQ

Common questions

Is Abundera Sign legally binding?
Yes. Abundera Sign complies with the Electronic Signatures in Global and National Commerce Act (ESIGN Act, 15 U.S.C. § 7001) and the Uniform Electronic Transactions Act (UETA), which together make electronic signatures legally equivalent to wet-ink signatures in all 50 U.S. states. Every signature includes a hash-chained audit trail, RFC 3161 trusted timestamp, and PAdES digital signature — providing stronger evidence than a pen-and-paper signature.

Further reading: The E-Signature Audit Theater Problem

How is this different from DocuSign or HelloSign?
Most e-signature platforms tell you a document was signed. Abundera Sign proves it. Every envelope includes a SHA-256 hash-chained audit trail, an RFC 3161 trusted timestamp from an independent authority, a PAdES digital signature embedded in the PDF, optional GitHub evidence anchoring, and a Certificate of Completion with cryptographic proof — all verifiable without an Abundera account. We also offer SMS OTP verification, geography locking, VPN/proxy blocking, and a Court-Ready Declaration for litigation.
What is an RFC 3161 trusted timestamp?
An RFC 3161 timestamp is a cryptographic proof issued by an independent Timestamp Authority (TSA) that certifies your document existed at a specific point in time. Unlike a server clock (which the platform controls), a trusted timestamp comes from a third party and cannot be backdated. This is critical for proving when a document was signed, not just that it was signed.
What is a PAdES digital signature?
PAdES (PDF Advanced Electronic Signatures) is an international standard for digitally signing PDF documents. Abundera Sign embeds a PAdES-LTA (Long-Term Archival) signature into every sealed PDF using an AATL-certified HSM-backed signing certificate. This includes a Document Security Store (DSS) with the signing certificate chain, embedded OCSP responses, and a Document Timestamp from an independent TSA, ensuring the signature remains verifiable indefinitely — even after the original signing certificate expires. Adobe Acrobat displays a green checkmark confirming the signature's validity and trust — no manual certificate installation required. Verifiable in any PDF reader that supports digital signatures, no Abundera account required.
Can I verify a signed document without an account?
Yes. Anyone can verify a signed document at sign.abundera.ai/verify by entering the envelope ID or uploading the PDF. The verification page shows the complete audit chain, signer details, hash integrity, timestamps, and digital signature — all publicly accessible. You can also verify the PAdES signature directly in Adobe Acrobat.
How does the hash-chained audit trail work?
Every event in the signing process (created, viewed, signed, completed) is recorded as an audit entry. Each entry’s SHA-256 hash includes the previous entry’s hash, forming an unbreakable chain. If anyone modifies or deletes a single event, every subsequent hash becomes invalid — making tampering immediately detectable. This is the same principle behind blockchain technology.
Do you offer SMS verification?
Yes. On Professional and Business plans, you can require signers to verify their phone number via SMS one-time password (OTP) before signing. This adds a second factor of authentication beyond email, strengthening signer identity verification. Each signer gets up to 3 SMS sends with a 60-second cooldown.
What happens if a signed document is disputed in court?
Abundera Sign is designed to produce a stronger evidentiary record than standard e-signature workflows. Your signed PDF includes a Certificate of Completion, Cryptographic Proof page, and embedded PAdES-LTA digital signature with 8 verification layers (5 independent external anchors plus 3 internal integrity measures). The hash-chained audit trail, dual RFC 3161 timestamps, GitHub evidence anchor, Bitcoin blockchain anchoring, and SHA-256 + SHA-512 dual hashes create independent, third-party proof that is materially harder for any one party to falsify. Professional and Business plan subscribers can also generate a 13-section Declaration of Custodian of Records — a formal sworn declaration under 28 U.S.C. § 1746 that cites FRE 803(6), 901(b)(9), 902(11), and 902(14), with a 26-term technical glossary for the Court. Structured for use as a court exhibit, subject to counsel and local rules.
What does the Declaration of Custodian of Records include?
The declaration is a 13-section sworn PDF document with a 26-term technical glossary, digitally signed by Abundera with a PAdES-LTA signature. It covers: (1) named declarant with personal knowledge statement, (2) platform security measures including 8 verification layers, (3) document details, (4) signing process and email link delivery, (5) per-signer authentication evidence with signer evidence scoring, (6) audit chain integrity verification, (7) cryptographic hashes and anchors including dual RFC 3161 timestamps and Bitcoin blockchain proof, (8) data integrity and WORM immutability with five independent external verification systems, (9) public verification with QR code, (10) system reliability under FRE 901(b)(9), (11) records custodian statement citing FRE 803(6), 902(11), and 902(14), (12) declaration under penalty of perjury per 28 U.S.C. § 1746, and (13) venue for challenges. Third parties can also request a declaration via the public verification page.
Do you charge per user?
No. Abundera Sign charges per envelope, not per seat. Each plan includes a generous number of users — Starter includes 2 users, Professional includes 5, and Business includes 15. Additional users can be added at a low per-user cost ($10, $8, or $5/mo respectively), and each extra user adds bonus envelopes to your plan (+10, +20, or +25). There are no hidden fees and no annual contracts required.
Can I use the API to send documents programmatically?
Yes. Every plan includes full API access. Create envelopes, manage templates, check status, download signed PDFs, and receive HMAC-signed webhooks on every event — all with a single API call. See the API documentation for examples.
How long are signed documents stored?
Retention depends on your plan: Starter includes 3 years, Professional includes 7 years, and Business includes customizable retention up to 99 years. Documents are stored in write-once immutable storage on Cloudflare’s global infrastructure. Once sealed, the evidence package cannot be modified without invalidating the hash chain.
What templates are available?
Abundera Sign includes 331 legally-reviewed templates across 30+ categories including real estate, employment, corporate, finance, healthcare, technology, creative, and more. All plans include access to the full template library. Business plan subscribers can also create and manage custom templates via the API.
What are the Audio and Video Statement features?
Audio and Video Statements are optional biometric verification features available on Professional and Business plans. When enabled, the signer is prompted to record themselves reading a sworn statement aloud — “I confirm that I have read and understood this document, and I voluntarily agree to its terms.” Audio captures voice biometrics (50–100KB), while Video captures both face and voice (500KB–2MB). Recordings are stored as part of the tamper-evident evidence package with SHA-256 hashes. Provides richer evidence than a standard click-to-sign flow, when appropriate for the transaction. Use only with clear disclosure, informed consent, and retention policies appropriate to the document.
What are Signing Links, Delegation, Embedded Signing, and In-Person Signing?
Signing Links (Professional+) let you create a reusable URL — each visitor gets their own envelope, perfect for waivers or onboarding forms. Signer Delegation allows a signer to hand off signing authority to someone else, with a full audit trail and chain limit. Embedded Signing lets you embed the signing experience in your own app via iframe with postMessage callbacks. In-Person Signing enables kiosk mode for face-to-face signing on a shared device — each signer sees only their own fields.

Ready to get started?

See all features in action or send yourself a demo document in under 30 seconds.

Explore Features Send Me a Demo Compare Platforms