@extends('layouts.landing') @section('title', 'Contact Tenseal — Sales, Support & Partnerships') @section('meta_description', 'Reach the Tenseal team for escrow, inventory, marketplace, or API help. Live chat, email support@tenseal.co, sales, partnerships, and press enquiries. Typical response under 2 hours.') @section('meta_keywords', 'contact Tenseal, Tenseal support, Tenseal sales, escrow help Nigeria, Tenseal partnership, Tenseal email, Tenseal phone') @section('og_image_alt', 'Contact Tenseal — Sales, support and partnerships') @push('jsonld') @endpush @section('content')
Get in Touch

Contact Us

Have questions? We're here to help. Reach out and we'll respond as soon as possible.

Send us a Message

@csrf
Please enter your name
Please enter a valid email
@php $preSubject = ($inquiry ?? null) === 'enterprise' ? 'sales' : ''; @endphp
Please select a subject
Please enter your message
@if(! empty($inquiry)) @endif

Contact Information

@foreach([ ['fa-envelope', 'Email', 'support@tenseal.com'], ['fa-phone', 'Phone', '+1 (234) 567-890'], ['fa-map-marker-alt', 'Address', '123 Escrow Street
Financial District
New York, NY 10004
'], ['fa-clock', 'Support Hours', '24/7 Support Available'], ] as $info)
{{ $info[1] }} {!! $info[2] !!}
@endforeach

Follow Us

Frequently Asked Questions

Quick answers to common questions

@foreach([ ['How does escrow work?', 'Escrow holds your payment securely until both parties fulfill their obligations. Funds are only released when delivery is confirmed, protecting both buyer and seller.'], ['What are your fees?', 'Our fees are transparent and competitive. Pricing varies based on transaction size and type. Contact us for a detailed quote or view our pricing page.'], ['How long does a transaction take?', 'Most transactions complete within 1-3 business days after delivery confirmation. Complex transactions may take longer depending on the terms agreed upon.'], ['What happens if there\'s a dispute?', 'Our expert mediation team reviews all evidence from both parties and makes a fair decision based on the transaction terms and submitted proof.'], ] as $i => $faq)

{{ $faq[0] }}

{{ $faq[1] }}

@endforeach

Can't find what you're looking for?

View Full FAQ
@endsection @push('scripts') @endpush