Guide
How to Sign a Power of Attorney Online
A power of attorney can be signed electronically for most purposes under ESIGN and eIDAS.
Steps
- 1
Draft power of attorney with specific authorisations
- 2
Send to the principal for signature
- 3
Principal reviews scope and signs
- 4
Agent receives copy of signed authorisation
- 5
Tamper-proof certificate provides legal evidence
Try it with curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
More details
A power of attorney (POA) grants another person the legal authority to act on your behalf. Electronic POAs are valid for most purposes, though some jurisdictions require notarisation for certain types (particularly durable or healthcare POAs).
Types of power of attorney: - General POA: Broad authority over financial and legal matters - Limited/Special POA: Authority for specific transactions (e.g., selling a property, signing a contract) - Durable POA: Remains in effect if the principal becomes incapacitated - Healthcare POA: Authority to make medical decisions
Electronic signature validity: Limited and general POAs are widely accepted with electronic signatures under ESIGN and eIDAS. Healthcare and durable POAs may require wet signatures or notarisation in some jurisdictions — check your local requirements.
Best practices for POA documents: - Be specific about the scope of authority granted - Include an expiration date or condition for termination - Specify whether the POA is durable (survives incapacity) - Include the agent's full legal name and contact details - Consider requiring the agent to keep records of actions taken
The SHA-256 certificate is particularly valuable for POAs because it proves exactly when authority was granted and what scope was authorised — critical if the POA is ever challenged.
Frequently asked questions
Can a power of attorney be signed electronically?
Yes, for most types. Limited and general POAs are valid with electronic signatures under ESIGN and eIDAS. Healthcare and durable POAs may require notarisation in some jurisdictions.
Does the agent need to sign the power of attorney?
Typically only the principal (the person granting authority) needs to sign. However, some POA forms include an acceptance section for the agent to acknowledge their responsibilities.
Related resources
Try Signbee — free, no credit card.